Sign In:     


Forum: General Discussion

Topic: null / do nothing action

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


What is good to use for a null / do nothing action in VDJScript? For example with a conditional operator:

<condition> ? <do this> : <don't do anything here>

 

Posted Sun 06 Oct 19 @ 6:27 pm
literally the word nothing, or you could just leave a blank
[if true do nothing example]
deck 1 play ? : set 'notPlaying' 1
 

Great! thanks.
 



(Old topics and forums are automatically closed)