ICE – Getting the number of characters in a string


Here’s an ICE tree that counts the number of characters in a string.

I use Get Sub String in a While with Counter loop to get one character at a time. The loop repeats until Get Sub String returns nothing.

Leave a comment