BSKI32 BSKFindIdentifier( BSKIdentifierTable* table, BSKCHAR* identifier );Inputs:
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