home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s1 / strongbs / !StrongBS / 3rdParty / DavidSharp / Right / !Info next >
Encoding:
Text File  |  1997-06-21  |  483 b   |  21 lines

  1. 3rd Party information
  2. #Wrap off
  3. #fh3:RIGHT$(expression,1) reduction
  4.  
  5. This option will convert the BASIC function {*}RIGHT$(expression,1){*} into the shorter equivalent {*}RIGHT$(expression){*}.
  6.  
  7. /Example/
  8.  
  9. {*}PRINT RIGHT$("Grantham is Great",1)
  10. PRINT RIGHT$("Grantham is Great")
  11. PRINT "G"{*}
  12.  
  13. are all equivalent.
  14.  
  15. Original code written by David Sharp, slight corections by Mohsen Alshayef.
  16.  
  17. #Line
  18. #fh4
  19. #align centre
  20. David Sharp 1.10 (09/04/1997)
  21. StrongBS  © Mohsen Alshayef 1993-1997