BSKFindIdentifier

Module: BSKIdentifierTable
BSKI32 BSKFindIdentifier( BSKIdentifierTable* table,
                          BSKCHAR* identifier );
Inputs: Returns: The unique numeric identifier of the given string, or 0 if the string is not in the table.

Description: Searches the given table for the given identifier, returning either 0 if the identifier was not found in the table, or the numeric id of the identifier if it was found. Note that the search is not case-sensitive, i.e. "myVariable" is equivalent to "MYVARIABLE".

Return to the API
Return to the function listing


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)