Printer Version Table of Contents Project Home Page
.EXAMPLE.....: 71 Extract the rightmost n characters of a string
.CATEGORY....: examples
.DISCUSSION..:
extract the rightmost 6 characters of a string

.CODE........:
 FDATE /Fsubstr /a-6     /Q"1994 Jun 03"   ===> "Jun 03"