2023-03-24 01:27 AM
Solved! Go to Solution.
2023-03-24 01:52 AM
Hello @heyo,
You can use atoi() method to convert a UnicodeChar* to integer. And you can use getText() method to get your TypedText into a UnicodeChar*.
/Yoann
View solution in original post
2023-03-24 02:11 AM
Thank you so much.