Hello Gang,
I am trying to understand what and how the Methods "SearchText, SearchText2, SearchText3, SearchText4" work.
In a previous attempt to learn about different methods, I was able to figure out the **LINE2 = ThisScreen.GetText(5, 1, 79)** where the variable LINE2 was holding the string value for the item.
How do I use the SearchText methods? I can't use
LINE2 = ThisScreen.SearchText("Select Accessioning menu Option", 1, 1, FindOptions_Forward)
because the item returned is not a string.. Being a novice, I don't always understand the online help prompts.
Thanks for any help .
Butch