Hi,
Can you advise on how I can extract string referenced by mouse pointer? I have text field that contains a number of lines, each being a url or file path referencing a document. I get how I can break up a text string or list based on field delimiter (ie :) and return a row number for each entry , but can't see how the row number for a selected item in list might be returned. Have converted text field to list and display with list manager type. But when ever I click on an item, the OPEN_URL function receives every string in the field.
Thanks