10-20-2006 05:37 PM
10-20-2006 05:48 PM
10-20-2006 05:53 PM
10-20-2006 06:07 PM - edited 10-20-2006 06:07 PM
As Altenbach mentioned, use the String Length function to get the length of the string. The last character is at String Length - 1. So you can wire the output of String Length into a for loop N terminal. Inside the loop, you would have to extract each character one at a time using String Subset. See picture:
In the False case, just wire the numeric terminal straight through.
Message Edited by tbob on 10-20-2006 05:08 PM
10-20-2006 06:13 PM
10-20-2006 06:34 PM
10-20-2006 06:49 PM