Hi all I have a list of data and I would like to convert and then use it as a pattern.
if my data is empty or null or Nothing then return me 0 or False
if my data is a curve the return me 1 or True
I tried something like that but it doesn't work..can someone help me ?
thanks
Private Sub RunScript(ByVal x As OnCurve, ByVal y As Object, ByRef A As Object)
If (x <> Nothing) Then
Print("True")
Else
Print("False")
End If
End Sub
![](https://storage.ning.com/topology/rest/1.0/file/get/2654691585?profile=original)
Tags: