10-30-2009, 10:18 PM 
		
	
	
		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?
	
	
	
	
	
| 
					 Tic Tac Toe
				 | 
| 
		
		
		10-30-2009, 10:18 PM 
		
	 
		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?
	 
		
		
		10-31-2009, 06:51 AM 
		
	 
		ARRAY(int) a a.create(9) or a.create(3 3) 
		
		
		11-01-2009, 12:23 AM 
		
	 
		Thank You Kenneth | 
| 
					« Next Oldest | Next Newest »
				 |