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
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
Is it legal??? Probably not.... I wonder what the fine would be??? :D
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.
darn tootin