Home page Home page Home page Home page
Pixel
Pixel Header R1 C1 Pixel
Pixel Header R2 C1 Pixel
Pixel Header R3 C1 Pixel
Pixel

QTIPS - NameCap

The system subroutine NAMECAP can be used for a quick and dirty conversion to change uppercase strings to lowercase with an initial uppercase letter on each word. This is useful in name fields, address fields and general bulk data conversions.

To use, simply load @ANS with the string to be converted and call NAMECAP E.g.


0001     @ANS="LOUISE BOETHIUS"
0002     CALL NAMECAP
0003     PRINT @ANS

would print "Louise Boethius".

(Volume 1, Issue 4, Page 3)
Pixel
Pixel Footer R1 C1 Pixel
Pixel
Pixel
Pixel