[Gambas-user] How to test if result is an array

Benoît Minisini gambas at ...1...
Sat Mar 17 20:01:30 CET 2012


Le 17/03/2012 18:48, Randall Morgan a écrit :
> Tried that, didn't work. I got the same errors
>

Sorry, I gave you the Gambas 2 syntax.

You must do:

If TypeOf(Result) = gb.Object And If Result Is Array Then ...

But why didn't you try the second solution?

-- 
Benoît Minisini




More information about the User mailing list