LIST2
is up, it is possible to add/remove/update rows from
the list.
LIST2
uses tables to add/remove/update the data for a row.ListFile
(which
LIST2
uses) is that their add/set/update row methods are
designed to work with "mis-match" tables following these rules:
LIST2
will use that value (in cases where the file specifies an internal format
the value will be converted to that format).
(Automatic type conversion!)LIST2
is up and running, its template can be altered in one of two ways:
invoke ,, reg.list2.updateTemplate({ABSC={FGCOLOR="RED"}})In the above example the color of the
ABSC
column is changed to
red, but nothing else is altered.
nxm.sys.libg.MJList
for more details.%test_list2
macro in the test
area of SYS for
examples.