StrEnd
Returns a pointer to the end of the string.
Example:
(procedure (SomeFunc &tmp [aString 20] strPtr) (StrCpy aString "Hello World") (= strPtr (StrEnd @aString)) )