Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tic Tac Toe
#1
I would like to remake my Tic Tac Toe game from Word Perfect to Quick Macros. In Word Perfect I use labels. Would it be easer to use an array instead of labels and how would I create an array for this?
#2
ARRAY(int) a
a.create(9)

or

a.create(3 3)
#3
Thank You

Kenneth


Forum Jump:


Users browsing this thread: 1 Guest(s)