version 2004
DBGateway_GetStringField (selectID; fieldIndex; fieldValue)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by DBGateway_Select | |
| fieldIndex | Integer | Index number of the field | |
| fieldValue | String | String value of the field |
Description
The DBGateway_GetStringField command retrieves the String value of the field passed in the fieldIndex parameter.
selectID is a Longint returned from DBGateway_Select.
fieldIndex is an Integer that specifies the index position of the field in the select statement.
fieldValue is a String variable where the value of the field is returned.