Solved
Forum Discussion
cunderw
10 years agoCommunity Hero
What you want is aqString.GetChar(s,10) where 's' is the string and '10' is the position.
We managed to resolve this by assigning a variable value like so.
aqString.GetChar(Aliases.browser.wndSOURCE_VIEWER.page32770.RICHEDIT50W.wText,9)
Then doing an IF Then to pull the result of the 9th position in the variable.
What you want is aqString.GetChar(s,10) where 's' is the string and '10' is the position.