Adds an index, like the specified source index, to the temp-table.
This method cannot be called after TEMP-TABLE-PREPARE( ) has been called unless CLEAR( ) is called first.
Return type: LOGICAL
Applies to: Temp-table object handle
                ADD-LIKE-INDEX ( index-name-exp , source-index-name-exp 
  { , source-buffer-handle-exp | source-db-table-name-exp } )
               | 
            
The following example fragment adds a new index to a temp-table like the name index in the Customer table: