Solved
Forum Discussion
Marsha_R
Champion Level 3
9 years agoThis should be of some help:
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqstring/substring.html
You want to start right after the first colon and take the next four characters (or whatever is appropriate) and store them in your variable.
- acm9 years agoContributor
I see, thank you. One more question:
How would you use this aqString method in a Keyword test?
Thanks,
Arlene
- Marsha_R9 years ago
Champion Level 3
In your case, you can use Set Variable Value. Pick your variable and then use Code Expression to get the string with your own InputString, StartPosition, and Length.