This is a bit of a stange question, but I was wondering if: AS3.Getfield(899) , which is suppose to return the field value as a string could be changed from
"Active Fixture: G54" / "Active Fixture: G55" / "Active Fixture: G56" / "Active Fixture: G57" / "Active Fixture: G58" / "Active Fixture: G59"
to just return "G54", "G55", "G56", "G57", "G58" & "G59"
I have been failing to run a switch statement within a macro, and I'm guessing its because the switch statement is not happy with the "Active fixture:" part of the string returned?
I know on the Offsets tab the "Active fixture: G5x" is displayed, but is it required / can it be changed?
Thanks,
Rob
(i could probably use if /if else statements instead of switch)