Return the specified line of a list box, multiline entry field, spin button, or the contents of textual region.  
# For Textual Regions: 
textual 
{ line LINE_NO 
| {segment|block} [column] COL_NO [line] LINE_NO 
[ thru [column] COL_NO [line] LINE_NO] } 
from TR_NAME 
# For List Boxes, Multiline Entry Fields, and Spin Buttons: 
textual line LINE_NO from [LB_NAME|MEF_NAME|SB_NAME] 
  
 |