11-10-2009 01:31 PM
11-10-2009 01:44 PM
I'm not that keen on graphical programming compared to text.
Then do what I do. Although I'm a 20-year LabVIEW vet, I still write things out in pseudo-code:
WORKINGARRAY = INIT ARRAY (I32, 0)
for each Source in SOURCE ARRAY[ ]
if Source > 5
Append i to WORKINGARRAY
else
{ do nothing }
end if
end for
Blog for (mostly LabVIEW) programmers: Tips And Tricks