String.Characters
From Xojo Documentation
Method
Allows you to iterate through the characters in a string.
Examples
This example is a function that takes a string (source) then returns the number of asterisks in it:
Allows you to iterate through the characters in a string.
This example is a function that takes a string (source) then returns the number of asterisks in it: