11-15-2007 07:28 AM
11-15-2007 07:36 AM - edited 11-15-2007 07:36 AM
11-15-2007 07:39 AM - edited 11-15-2007 07:42 AM
11-15-2007 07:45 AM
11-15-2007 03:03 PM
11-22-2024 06:22 AM
There is a better way to do it?
11-22-2024 07:02 AM
11-22-2024 07:06 AM
@maxnoder1995 wrote:
There is a better way to do it?
No, but a bunch of slightly to much worse versions. 🙂
11-22-2024 07:15 AM
I can add 2 to each element of array without for loop.
why can't I append/prepend constant string to every element?
11-22-2024 07:21 AM
@maxnoder1995 wrote:
I can add 2 to each element of array without for loop.
why can't I append/prepend constant string to every element?
Because Add primitive is polymorphic, and also contains "hidden" loop inside, but you don't see it. Just make your own SubVI for the strings, then you will get same "look and feel".