Hi All,
I wanna make a macro, but dont think that its possible within a macro.
But what i wanna do:
Asks; What CueName ?
Asks: What Command ?
And that when he asks for What command i can push buttons like Go on my Executor 201, or i can type a command like; Go Macro 201
I now have a Macro like This:
Line 1: SetUserVariable "CUEFORCOMMAND" (" What CUE / NAME ? ")
Line 2: SetUserVariable CMDFORCOMMAND ("What COMMAND ?")
Line 3: Set Cue $CUEFORCOMMAND Property "COMMAND"''$"CMDFORCOMMAND"
The problem is because the ("What Command ?") is between 2 quotations you can not press any executor
button to for example fill in a Go Executor 201.
But when i remove the quotations the Line 3 is not reading the full string of what i filled in at line 2.
Can someone help me ?
Thanks!