[Gambas-user] Control arrays

Ahmad Kamal eng_ak at ...200...
Sun Jul 20 23:05:16 CEST 2003


hi all,

	I am currently writing a TicTacToe game on GB. I already wrote it on VB, 
so it's a matter of porting. The game of course consists of 9 identical 
squares, in VB I made a control array. I know GB misses one, how can I do 
something like:

for i =1 to 10
	label(i).forecolor=vbGreen
next


More information about the User mailing list