how do i use the (counter)command to do a nested loop.
eg. for counter=1 to 10
Print"*";
Next counter
How do i use an other counter to loop the program so that it prints a 10 by 10 square of *.
Thank you for your help