Hi, how do you guys use local $0 variable names in [expr] object?
The names with "$0-" prefix doesn't work in [expr] since it interprets "-" symbol as minus.
I tried changing "-" to "_" but it didn't work either.
Is there any clever way to use local $0 variable names in [expr] object?
Thanks in advance!