
BinaryRead - howto convert binary string back to string array
Hi
My Browser client returns a huge 2D array of variants by setting the value
of a hidden
item to the array. I use Request.BinaryRead on the hidden item to read the
array.
As per the documentation BinaryRead returns safearray. But if I use
"TypeName" function
it says the returned data type as "BYTE()".
Could Someone tell me how to get back the variant array from the data
returned by
Request.BinaryRead
Regards
Rajesh