Sign In:     


Forum: Old versions

Topic: VDJScript returning booleans (buttons)..........

This topic is old and might contain outdated or incorrect information.

Im trying to get my LCD on my Mixdeck Quad to say 'on/off' when I have it in Dual-Deck-Mode but I dont understand how to write the script.

Can someone give me an example please on how this is done??

Thanks for the time and info........
 

Posted Wed 25 Sep 13 @ 6:25 am
this is only a guess but try

device_side 'left' ?
var '$DeckLeftDual' ? get text 'on' : get text 'off' :
var '$DeckRightDual' ? get text 'on' : get text 'off'
 

I'll try it tonight. Yesterday I had

var '$DeckLeftDual'? get text 'DeckLeftDual on': get text DeckLeftDual off' and the same for the DeckRightDual but it didn't work so I went to bed, lol!
 

Well I tried your script and a few other but none worked. I'm thinking that only numbers can be displayed.

Oh well at least the action is working like it's supposed to, lol!

Thanks again bro!!
 



(Old topics and forums are automatically closed)