FULLSCREEN CONTENTS Project Home Page
.EXAMPLE.....: 71 Extract the rightmost n characters of a string
.ALIAS.......: 71
.CATEGORY....: examples 
.CODE........:

:: extract the rightmost 6 characters of a string
 FDATE /Fsubstr /a-6     /Q"1994 Jun 03"   ===> "Jun 03"