9.56 ACIpsDBAccess::GetIndexStringAtEnd
SCString ACIpsDBAccess::GetIndexStringAtEnd(const SCString& scsStr, SCString& scsI, ULONG& ulidx)
Separates index from string of StringIndex i.e. Babaluba342 return Babaluba and 342 Babaluba002 return Babaluba and 2. Does not consider string after index.
Defined in: ACIPSDB.cpp
|
Return Value
|
empty if no index found else string without index ( number )
|
|
Parameters
|
scsStr
Input String and index
scsI
Output index of string
ulidx
Output index of string
|