07-17-2009, 09:57 AM
1. hmm, should have done it by myself :/
2. was miles away from thinking i add to declare my own type of variable to do that. If i missed it from help file, my bad, if not maybe a add-on in help file can be useful.
Last one : i want call grep function that way
grep(&arraycontainingtexttoparse &texttomatch &myresultmutidimarray)
as myresultmutidimarray can be any type i tried variant to catch any array type:
function ARRAY(str)&_Array str&_Pattern ARRAY(VARIANT)&_Result
but i get a type mismatch error on &myresultmutidimarray . What is my error?
from help: VARIANT any, except structures ?
As always, great help.
2. was miles away from thinking i add to declare my own type of variable to do that. If i missed it from help file, my bad, if not maybe a add-on in help file can be useful.
Last one : i want call grep function that way
grep(&arraycontainingtexttoparse &texttomatch &myresultmutidimarray)
as myresultmutidimarray can be any type i tried variant to catch any array type:
function ARRAY(str)&_Array str&_Pattern ARRAY(VARIANT)&_Result
but i get a type mismatch error on &myresultmutidimarray . What is my error?
from help: VARIANT any, except structures ?
As always, great help.