I setup an array like:
and hten I get error:
An unhandled exception of type 'System.NullReferenceException' occurred in Trigger v2.exe
Additional information: Object reference not set to an instance of an object.
Why? I know there are 10 or 20 some records that should be returned by functioname("test").
I have tried test.length(1).. and a lot of other test.* ones..
But seem to get the same errror above.. Why?
thanks!
Visual Basic:
dim test(,) as string
test = functionname("test")
msgbox(test.length)
and hten I get error:
An unhandled exception of type 'System.NullReferenceException' occurred in Trigger v2.exe
Additional information: Object reference not set to an instance of an object.
Why? I know there are 10 or 20 some records that should be returned by functioname("test").
I have tried test.length(1).. and a lot of other test.* ones..
But seem to get the same errror above.. Why?
thanks!