Results 1 to 4 of 4

Thread: Get a variable's value from its name in string in another variable

  1. #1

    Thread Starter
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    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

  2. #2
    Addicted Member
    Join Date
    Sep 2001
    Location
    Canada
    Posts
    202
    Is it legal??? Probably not.... I wonder what the fine would be???

  3. #3
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    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.

  4. #4

    Thread Starter
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747
    darn tootin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width