Am 24.04.2006 um 22:34 schrieb Hans-Georg:
No, that will not work either. And even if it would, it wouldn't be
very helpful to return an empty array :-)
He simply has to omit the parenthesis in the return argument.
Obviously I was wrong. The code of all of us three is working fine!
dim arr() as string
Return arr()
or
dim arr() as string
Return arr
or
dim arr(-1) as string
Return arr()
gives no compile error in RB2006. So Michael didn't give us the
problematic code, I guess
Sorry for the confusion,
Hans-Georg
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>