home *** CD-ROM | disk | FTP | other *** search
- 3rd Party information
- #Wrap off
- #fh3:RIGHT$(expression,1) reduction
-
- This option will convert the BASIC function {*}RIGHT$(expression,1){*} into the shorter equivalent {*}RIGHT$(expression){*}.
-
- /Example/
-
- {*}PRINT RIGHT$("Grantham is Great",1)
- PRINT RIGHT$("Grantham is Great")
- PRINT "G"{*}
-
- are all equivalent.
-
- Original code written by David Sharp, slight corections by Mohsen Alshayef.
-
- #Line
- #fh4
- #align centre
- David Sharp 1.10 (09/04/1997)
- StrongBS © Mohsen Alshayef 1993-1997