Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tips:revmedia:v4i7a8 [2023/11/05 22:15] – created - external edit 127.0.0.1 | tips:revmedia:v4i7a8 [2024/06/19 20:20] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Version 3 TCL Subroutines - Getting Lists===== | ||
+ | ^Published By^Date^Version^Knowledge Level^Keywords^ | ||
+ | |Sprezzatura Ltd|01 DEC 1992|3.0+|EXPERT|GETLIST_SUB, | ||
+ | |||
+ | ==== GetList_Sub ==== | ||
+ | |||
+ | For usage see the R/Basic reference manual. If the Get List fails then | ||
+ | @File.Error will be loaded with the reasons for error @RM delimited along | ||
+ | with accompanying information for insertion into the message. Errors likely | ||
+ | to be encountered are | ||
+ | |||
+ | |S140|Not an available option| | ||
+ | |S143|Active select pending, getlist abandoned| | ||
+ | |B558|List does not exist| | ||
+ | |S144|Number of rows selected| | ||
+ | |||
+ | |||
+ | (Volume 4, Issue 7, Page 8) |