|
-
Dead Quick Question...
This will be really easy for most of you im sure:
I've got a few variables named like this:
Person1name
person2name
person3name
and
name1
name2
name3
How do i call each one using the same loop?
eg.
n=0
while(n < 6){
Person("n")name = "hi";
n=n+1
}
Thanks very much for this, its been driving me crazy!!!
cheers/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|