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