01-10-2008, 06:16 PM
How would i go about to only get the text needed, im trying to cut it short by 1 letter at the end. its not for the window name but child text.
my example
"Thank you for choosing to stay with us at"
str s.getwintext(id(5434 "Exit"))
s.get(s 15)
out s
using that Im left with the " at the end and dont need it how would i go about to taking it out.
using this method if possible. ty
my example
"Thank you for choosing to stay with us at"
str s.getwintext(id(5434 "Exit"))
s.get(s 15)
out s
using that Im left with the " at the end and dont need it how would i go about to taking it out.
using this method if possible. ty