Return Unused Channel Number |
Last Revised: 05/06/14 |
This routine can be called to obtain a unused channel
number. It is similar to the bbx UNT
function except that it by
default does not return a channel number below 10. Note that most Dynamo Tools use this routine to obtain an unused channel number, including CDS095, CDS037, etc.
Dynamo Tools supports channel numbers from 0 to 32,767, but reserves channel numbers above 32,000 for its own use. Note that although bbj supports channel numbers higher than 32,767, due to limitations of the CHN
system variable, Dynamo Tools limits application channel numbers to a maximum of 31,999 even when running bbj.
Calling Format:
CALL "CDS088", CHAN, { MINCHAN }
Examples |
READY
|