restReqQueryKey (Function) |
Top Previous Next |
This function will read the name of a query field in a request. By calling this multiple times with incrementing index, it is possible to list all the query fields in the request.
Input: req : SYSHANDLE A handle to the request.
idx : INT (Default 0) The index of the query field to read the name of.
Output: name : STRING The name of the field.
Returns: INT
Declaration: FUNCTION restReqQueryKey : INT;
Example: INCLUDE rtcu.inc |