Please enable JavaScript to view this site.

ESL Documentation

Special Inquiry Built-in Function

Return the line number of the current line in a list box.

selected line

Description

Use this function to return the line number of the currently selected line in a list box within a for each selected line loop action statement.

The function selected line is not valid for drop-down list boxes.

Example

 

action Read_Selected_Reports is

 clear DisplayRegion

 for each selected line of ReportList loop

         read file Report_File_Name_SV[selected line] into

         DisplayRegion

 end loop

See Also

for each selected line loop Action Statement