I have an array like this.
- Code: Select all Expand view
- aList := {{"Albert",50},{"John",45},{"Antonio", 55}}
I can show this array via xbrowser
- Code: Select all Expand view
- XBROWSER aList SLNUM TITLE "List"
Can I also select and than show selected lines, more than one line in xbrowser without adding my original array. I think I saw some example about xbrowser but I could not found.
Thanks.