METHOD FindFrom : INT
Searches for a substring within our string, starting at a specified position
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
FindFrom
|
INT
|
|
Input
|
cbsToSearchFor
|
REFERENCE TO CharBufferString
|
|
iSearchStart
|
UINT
|
a position relative to 1, where the search starts
|
|