The printx method formats a string.
System.String printx(System.Int32 cFormat , cSource );
cFormat
format string
cSource
source string
Returns the formated string.
This method uses this convention:
A Copy next alpha character, skipping any others.
9 Copy next numeric character, skipping any others.
? Copy next character.
X Copy next alphanumeric character, skipping any others.
* Copy the rest of the source string from this point on.
\ Escape character.
> Upper case translation until further notice.
Member of util.