I'm new to AutoIt, and still not familiar with its grammar.
Suppose a string $s1="abcdefghijklmn", now I want to refer to a sub-string s2=s1(3 to 10), what's the right grammar in AutoIt?
Suppose a string $s1="abcdefghijklmn", now I want to refer to a sub-string s2=s1(3 to 10), what's the right grammar in AutoIt?