登录:     


Forum: Old versions

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

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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........
 

发表时间 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!!
 



(陈旧帖子或论坛版块会自动关闭)