Lexmark Document Distributor User Manual page 50

Lexmark document distributor software: user guide
Hide thumbs Also See for Document Distributor:
Table of Contents

Advertisement

The auto-completion tool is also useful when adding a method. It presents a list of the parameters for
the method, so you don't have to look them up in the "Script Reference." For example, you want to use
the Contains method for a string variable to determine whether this string contains the text
"Confidential". For example:
1
Declare the variables.
string DocContent
bool
isConfidential
2
Then when you type
isConfidential = DocContent.Contains(
A window appears showing you the parameters for that particular method, allowing you to easily fill in
the values.
Note:
Although the auto-completion tool provides help when manually editing your script, you lose
the error-checking done by the Insert Action Wizard.
46

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Document Distributor and is the answer not in the manual?

Questions and answers

Table of Contents