[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  SUBCHRS

  .  Summary

  subchrs(str <source>, int <pos>, int <count>, str <target>);

  .  Description

  The subchrs function copies a number of characters from one string
  into another, Characters from position <pos> in <source> are copied
  until into string <target> (note that SALT string offsets start at
  0, not 1 as in some languages). <count> characters are copied. Only
  as many characters as will fit in <target> are copied.

  This function is very similar to substr, except that it is not
  string oriented, and does not stop copying characters when a 0 value
  is encountered.

  .  Return Value

  None.

See Also: substr subchr copystr copychrs
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson