07-11-2006 03:34 PM
07-11-2006 03:40 PM
07-11-2006 03:48 PM - edited 07-11-2006 03:48 PM
@altenbach wrote:
...Most LabVIEW operations are polymorphic, so you might even be able to remove the FOR loop and things continue to work. ;))
Here's one example. As you remove the FOR loop, nothing breaks and the result is still the same. 😉

Message Edited by altenbach on 07-11-2006 01:49 PM
07-11-2006 04:25 PM
07-12-2006 09:37 AM
@BEHajder wrote:
If a programmer wanted to leave the loop in so that it was obvious that array operations were being performed, is there any other performance penalty, or would the program compile and execute identically with or without the loop?