quote:
Originally posted by RaceProUK
quote:
Originally posted by Volv
code:
for (var $i = 1; $i <= 10; $i++) {
Debug.Trace("This is loop: " + $i); //This will print (to the debug window) numbers 1 to 10 (inclusive)
}
If you remove the $s that is
Actually, the $ is a perfectly valid character.