|
-
Dec 2nd, 2002, 07:28 PM
#1
Thread Starter
Fanatic Member
Get a variable's value from its name in string in another variable
basically i need to reference a variable via its name which is stored in a string varaible
i dunno if its even legal, please let me know if it is! thanx
-
Dec 2nd, 2002, 07:55 PM
#2
Addicted Member
Is it legal??? Probably not.... I wonder what the fine would be???
-
Dec 2nd, 2002, 08:16 PM
#3
You can't reference variables via strings. The only things that you can do in that respect involves the CallByName function which lets to set properties via a string or call a procedure name via a string.
-
Dec 2nd, 2002, 08:28 PM
#4
Thread Starter
Fanatic Member
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
|