Jump to content

Recommended Posts

Posted

say i want to create 3 variables named var1, var2 and var3.

how do i create a loop to automatically create and assign values eg

$i=1

$j=0

for i=1 to 3

var[$i]=$j+20

next

or smthing like that.

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...