I’m trying to write a script to allow me to get the first, then the second then the third letter of an email address…
repeat with loopcount from "4" to (number of characters in email)
set num11 to (nth character in email)
end repeat
Where it says nth character, I want it to get the current loopcount value (4 in the first repeat) and then get that numbered character. It works if I type first, second third fourth, but I can’t get it to some way involving a variable…
Can anyone help?