StrEnd

string StrEnd(string aString)

Returns a pointer to the end of the current string.

Example

(var aString[20], strPtr)
StrCpy(aString "Hello World")
= strPtr StrEnd(@aString)

see also: StrCat, StrCmp, StrLen, StrCpy