home *** CD-ROM | disk | FTP | other *** search
/ Dream 42 / Amiga_Dream_42.iso / RiscPC / Internet / Connexion / SPak.spk / !SLIPdial_Resources_UK_Help_string < prev    next >
Encoding:
Text File  |  1994-03-28  |  449 b   |  15 lines

  1. string /size <string>
  2.  returns size (length) of a string.
  3. string /upper <string>
  4.  converts string to upper case
  5. string /lower <string>
  6.  converts string to lower case
  7. string /right=<n> <string>
  8.  returns rightmost <n> characters of string
  9. string /left=<n> <string>
  10.  returns leftmost <n> characters of string
  11. string /start=<n> /length=<n>
  12.  extracts a substring from a string
  13. string/instr=<string2> <string1>
  14.  returns position of <string2> in <string1>
  15.