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