fireburner69
Programmer
Is there any way of creating var while looping from 1 to 100?
For example I want to create 100 vars that has this name
Example1 = 10;
Example2 = 10;
...
Example100 = 10;
Is there a way of doing this?
something like that?
var 'Example'+i = 10;
For example I want to create 100 vars that has this name
Example1 = 10;
Example2 = 10;
...
Example100 = 10;
Is there a way of doing this?
something like that?
var 'Example'+i = 10;