12-22-2008 05:06 PM
Good idea, Jarrod! That would have saved me about an hour of tedium.
- Steve.
12-22-2008 05:24 PM
P.S. If anyone updates or fixes this thing, please post the results and I'll do the same.
- Steve.
12-24-2008 03:40 AM
Hi Steve,
Some code tips:
If you want to have the last element in an array you can use 'Delete from array' with only the array input wired.
I would do the 'Empty Array' check at the end of the code in the while loop so you can eleminate the '=0' case.
If you really want to reinvent the wheel don't look at the Variant Probe, which will traverse everything traversable.
Ton