If u make a fonctions, and u put the fonction at the end of all ur code can u still use it anywhere or do u need to make it at the top as the code is read from top to bottom?
and
if i wanted to make a fonction
that does this:
For layer=0 To 2
For y=0 To 5
For x=0 To 5
AND U CAN ENTER UR CODE HERE
Next
Next
Next
How would I do?
EDITED: Question can u call a variable example: Global Var01
or we cant use Numbers for variables?
and
if i wanted to make a fonction
that does this:
For layer=0 To 2
For y=0 To 5
For x=0 To 5
AND U CAN ENTER UR CODE HERE
Next
Next
Next
How would I do?
EDITED: Question can u call a variable example: Global Var01
or we cant use Numbers for variables?