String Operators

Operators that work with strings

These operators provide conversion to string, concatenation and retrieval 
of character data.

KeyPgOpConcatOperator + (String Concatenation)
	Concatenates two strings.
KeyPgOpConcatConvertOperator & (String Concatenation With Conversion)
	Concatenates two values converted to strings.
KeyPgOpStrptrOperator Strptr (String Pointer)
	Returns the address of a string's character data.

   