You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

 returns a document without lines containing specific strings.

Syntax

Arguments 

  •  is a string containing the source document.

  •  are strings that define which lines should be removed (i.e. the lines containing that string)

Remarks

  1. Lines containing one or more of the strings ImpVar_1, ImpVar_2, ... , ImpVar_n are removed including the following CrLf (Carriage return Linefeed)

Examples

Let Document$ contains the text:

The syntax

returns


 

Quick links: Function overview | Attribute overview | Constants overview | Dimensions overview

  • No labels