FieldNameToNum
Retrieves a field index by name.
native bool FieldNameToNum(const char[] name, int& field)
Parameters
const char[] name
Name of the field (case sensitive).
int& field
Variable to store field index in.
Return Value
bool True if found, false if not found.Error
No current result set.