Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The @@SET_IDX command is used to set an index value to a numeric value. This index name may be a new or existing index. The maximum number of indexes which can be used in an application template is 999.

Panel
bgColor#ffffcc

                                                         Required                                                                                               Required

  @@SET_IDX ----- IDX_NAME ----- name -------------------------->

                                                                  

             >                            >-----  TO TO ---------  value  value  -------------------------| 

                                 numeric variable                                                           numeric variable 

Parameters

IDX_NAME

Specifies the new or existing index name. The first character of the two character index name must be non-numeric.

TO

Specifies the numeric value to which the index is to be set. This may be any valid numeric variable or any valid numeric literal.

...