Next: Index Statements, Previous: Index Constructor Functions, Up: The Index Library [Index]
Is the size (item count) of the operand. Same as the ‘i_size’ function.
Is the right operand, sets the left operand as a reference of the right operand. Same as the ‘i_set’ function.
Are the data in the position indicated by the second operand in the index indicated by the first operand. Same as the ‘i_query’ and ‘io_query’ functions.
Are the data in the position indicated by the second operand in the index indicated by the first operand, after it was set or replaced by the third operand. Same as the i_c_*, ‘i_case’ and ‘io_case’ functions.
Are the data in the position indicated by the second operand in the index indicated by the first operand, after it was added the third operand. If the index was mapping the position, the data was of the <type> data type. If it wasn’t, the data in the position is set as the third operand. Same as the ‘in_a_*’ functions. Type is numeric.
Are the data in the position indicated by the second operand in the index indicated by the first operand, after it was subtracted the third operand. If the index was mapping the position, the data was of the <type> data type. If it wasn’t, the data in the position is set as the negative of the third operand. Same as the ‘in_s_*’ functions. Type is numeric.
Is the second operand if the first is not zero, the third operand otherwise.
Asssociates right to left.
See Data Type Generic Index Functions.
See Data Type Specific Index Functions.
See Non Data Type Specific Index Functions.
See Data Type Specific Arithmetic Index Functions.
See The Binary Operators.
Next: Index Statements, Previous: Index Constructor Functions, Up: The Index Library [Index]