Hi!
I need help with labeling macros with variables.
The macro does this:
1: SetGlobalVar "FadeX" ("What fade time?")
2: Label Macro 306 "FadeX Time = "$FadeX" "
If I set variable "FadeX" to be 1, the macro is labeled "FadeX Time = 1", but if I use punctuation, i.e "1.4", the macro is still labeled as "1".
Same thing with "0.4", will give me a label of "FadeX Time = 0"
Any tips?
Thanks!