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