02-25-2008 10:50 AM
02-25-2008 12:57 PM
Hello Saurav!
Just use CNo like this:
If CNo("MyChannel") = 0 Then
' Create the channel
End If
or if you want to know if the channel exist in a defined group
If CNo("MyGroup/MyChannel") = 0 Then
' Create the channel
End If
Matthias
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
02-26-2008 03:34 AM