02-01-2006, 05:01 PM
1. Store all text to a variable. The text field is a control (window that is part of other window). To get its text, use Window dialog, "Get text" action. Drag the second "Drag" picture to capture the control. Delete window text to make the macro work with whatever message. Specify a variable.
2. Find needed string using findrx (if you know regular expressions) or other string functions.
3. Use setclip to store the found string to the clipboard.
2. Find needed string using findrx (if you know regular expressions) or other string functions.
3. Use setclip to store the found string to the clipboard.
