06-13-2008, 03:09 PM
Maybe before you have to allocate the array.
ARRAY(VARIANT) aa.create(3 3) ;;note: I don't know whether it should be VARIANT or other type
VARIANT v=aa
sc3.GetArray(1 1 v)
aa=v
ARRAY(VARIANT) aa.create(3 3) ;;note: I don't know whether it should be VARIANT or other type
VARIANT v=aa
sc3.GetArray(1 1 v)
aa=v
