Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Pos% = 0 is a search and replace;
  • Pos% = 1 place immediately behind Search$
  • Pos% = -1 place immediately before Search$
  • Mode% Mode% = 0 or no value - case sensitive search operation
  • Mode% Mode% = 1 - case insensitive search operation
  • Mode% is Mode% is an optional mode:

Remarks

  1. REPLINS$ returns a document on which Remove and Insert operations are performed.
  2. When Search$ = "NullString", sentences will be inserted based on the position defined by Pos% (see examples)
  3. Please look at the MARK$() function to replace parameters in a data set.
  4. The use of REPLINS$() in combination with other string/text manipulation functions  will provide flexible means to process text data.

...