Chris_1013 Posted June 27, 2004 Posted June 27, 2004 Is there any way I can create a variable, using a variable as it's name? For example... could I do something like this. $myvar = "monkey" Dim ;somehow using $myvar would create a $monkey variable
pekster Posted June 27, 2004 Posted June 27, 2004 (edited) No, you can't do that. What are you trying to accomplish? Chances are good there's a way to do what you want without needing to define a variable held as a string in the contents of another variable.Typo corrected Edited June 27, 2004 by pekster [font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now