vex, check if channel exists // check for 'undefined'
1084
1
1
-
- jnrnkns
- Member

- 3 posts
- Joined: May 2016
- Offline
Hi there, i was wondering if there is a 'VEX'-way to check if a channel exists but could`nt find anything...
is there something like:
if(ch("mychan") != undefined )
or
if(ch("mychan") != null)
many thanks for any hint!!!
jn
-
- Tanto
- Member

- 538 posts
- Joined: Nov. 2016
- Offline
Thought
this [
www.sidefx.com] might help. Seems Python is the answer.