Go to the first, previous, next, last section, table of contents.


Naming a Value

The names may be a simple name taking the next available index, or may specify an index by name or number. For example:

txt_name
txt_name[2]
txt_name[ DEF_NAME ]

DEF_NAME must be defined to have a numeric value. If you do specify an index, you must take care not to cause conflicts.


Go to the first, previous, next, last section, table of contents.