Hash Variables: Lists

Parent: $root.$hashvars

#CLISTRead-only string variable which stores the name of the current list
#LNumeric variable which stores the line number of the current line in the current list. If there is no current line,or the current list is empty, #L is set to zero.
#L1#L1-8 are global list variables that let you create list structures available to all libraries. Due to their global nature, it is recommended that you minimize or ideally avoid using them, to avoid usage conflicts.
#L2
#L3
#L4
#L5
#L6
#L7
#L8
#LMNumeric variable which indicates the maximum number of lines to be stored in a list. Each list stores its own #LM value which defaults to 100,000,000. By changing the value of #LM, you can limit the number of lines held in a list.
#LNNumeric variable which stores the number of lines in the current list.
#LSELRead/write boolean variable which stores the selection status of the current line in the current list. #LSEL=1 if the current line (#L) of the current list (#CLIST) is selected.