03-05-2009 05:55 AM
I think I may have stumbled across (another) PDA bug.
On my desktop the array size corectly returns the number of elements. On my PDA it returns zero - has naybody else witnessed this? My array is a 1D string with 8 elements.
Thanks in advance.
03-05-2009 07:51 AM - edited 03-05-2009 07:53 AM
I have got to the bottom of this one! It appears that there is an inconsistency in the operation of the Spreadsheet String To Array function.
For some reason I had made the array type terminal a plain string ( not an n-dimension array). On a PC this seems to work OK, when it is compiled for PDA it does not return an array.
By changing the string to a 2D string array it works on both the PC & PDA.
Does not work on PDA:
Works on PDA
ssk