|
Opoponax Beginner
Joined: 16 Sep 2008 Posts: 20
|
Posted: Fri Sep 19, 2008 3:09 am
Quick variable creation question. |
What would be the proper syntax for creating a local variable within an event/alias off a parameter pointing to a different variable? Normal syntax would be...
$var=@variable
But I'm looking to do something similar to...
$var=@%1
Tried a bunch of combinations and variations, just can't quite seem to make it happy. Something that Dot Notation would work on as well.
Thanks! |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Sep 19, 2008 10:31 am |
$var=@{%1}
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|