when i'm using a script like that i don't get the expected result :
code:
$temp=test(5,"Tst")
? ""+ ubound($temp)
? ""+ $tempFunction test($va,$vb)
Redim $test[$va]
For $i=1 to $va-1
$test[$i]=$vb
next
? ""+ ubound($test)
endfunction
I get this (even the $temp is dim as an array) :
code:
4
0
The 4 is ok, but i was expected another 4.
I'm wrong or kixtart can't handle a "array = function result : array" ?
[This message has been edited by Popovk (edited 16 May 2001).]
_________________________
? getobject(Kixtart.org.Signature)