How do I implement this simple loop in Keyboard Maestro? I have been trying for hours and can't figure it out. I am new to Keyboard Maestro and yes I searched Google and this forum many times.
Thanks in advance for any assistance.
{
str = "12.345"
for (i = 1 to strlen(str)) {
myChar = stri[i]
...
}
}