L3DT documentation
Large 3D terrain generator

CzStr::Find

Description

Finds the first instance of a character sequence in a string variable.

Function prototype

int Find(const char* lpText, int StartPos = 0);

Arguments

Name Type Comment
lpText const char* A handle to a C-style string containing the search string.
StartPos int The position in the string variable at which the search will start.

Return value

-1 if an error occurred, and zero or more if the string is found.

Comments

None.

 
zeolite/functions/czstr_find.txt · Last modified: 2017/08/31 04:52 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki