Z Programs
Z.convert.to.mixed.case
Not available prior to release 4.7
Converts a string from all upper case to initial caps.
Arguments A = string to be converted
B = if true, treat as a name, convert to last<comma>first
Examples:
%Z.convert.to.mixed.case(GRAND RAPIDS)
Grand Rapids
%Z.convert.to.mixed.case(TOM SAWYER,1)
Sawyer,Tom
%Z.convert.to.mixed.case(TOM SAWYER)
Tom Sawyer
%Z.convert.to.mixed.case(THE RAIN IN SPAIN FALLS MAINLY IN THE PLAIN)
The Rain In Spain Falls Mainly In The Plain
Posted: August 03, 2001
