One question regarding arrays

Stardragon

Member!
Joined
Nov 9, 2003
Messages
106
Reaction score
0
Location
Sweden
Website
www.beelzebub.se
In the conditions I want to have a condition that checks every value of the array wtf_lol; [1], [2], [3] and so on just as if I had added lots of conditions with every single value of the array. So how do I do this?
 

x42bn6

Retired Staff
Joined
Nov 11, 2002
Messages
15,150
Reaction score
2
Location
London, United Kingdom
Stardragon said:
In the conditions I want to have a condition that checks every value of the array wtf_lol; [1], [2], [3] and so on just as if I had added lots of conditions with every single value of the array. So how do I do this?
For each Integer A from 0 to Length of wtf_lol, minus 1
Whatever you want to do. Each member of wtf_lol would be wtf_lol[(Integer A)].

*
 

the_playa6916

Member!
Joined
Jul 30, 2004
Messages
54
Reaction score
0
Location
CaNaDa
Website
Visit site
Did that answer you're question? If not i think you're looking for this;

You cant using "For each integer A" in conditions,

However you can add "For Each Integer A, do Action" in ACTIONS, and inside that put an "IF/THEN/ELSE" ... In the "IF" section, you can use your Integer A.
 

NewPosts

New threads

Top