LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array Size Bug PDA?

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.

0 Kudos
Message 1 of 2
(2,540 Views)

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

 

Message Edited by ssk on 03-05-2009 07:53 AM
Download All
0 Kudos
Message 2 of 2
(2,529 Views)