02-14-2006 12:10 PM
02-15-2006 10:51 PM
That's a great one !
I ran in the same bug a few hours ago (LV PDA 8.0 - iPAQ 4700 - WM 2003) . I could not believe it !!!
It is simply not possible to index a 2D array to extract a single row or column. Yet it is possible to get an array element.
I suppose there are other issues that will be exposed soon.
I have no more time to waste on LV PDA. But I suggest a few search directions : I found that on LV embedded, array operators could not be used with disabled index inputs. In the attached example, I tried to find a workaround and I used a for loop to index each element of a column and build a 1D array. It works sometimes : Don't touch element (0,1) otherwise the vi hangs.
That could be fun if this was not the dead-end of a 2 months work, fighting with LV PDA inefficiencies !
May be I'll try LV PDA again when a new release will be available ! 😠
02-16-2006 06:40 AM
02-16-2006 07:09 AM
02-21-2006 12:31 PM
03-04-2006 02:49 PM
03-06-2006 06:39 AM
03-07-2006 05:45 PM
03-08-2006 06:33 AM - edited 03-08-2006 06:33 AM
Message Edited by Greycat on 03-08-2006 06:35 AM
09-28-2006 04:42 PM