ProjectParameter$

combit List & Label Designer

combit List & Label

ProjectParameter$

Purpose:

Returns the value of a project parameter. Available parameters:

LL.FAX.Queue

Print queue

LL.FAX.RecipName

Recipient name

LL.FAX.RecipNumber

Recipient fax number

LL.FAX.SenderBillingCode

Sender billing code

LL.FAX.SenderCompany

Sender company

LL.FAX.SenderDept

Sender department

LL.FAX.SenderName

Sender name

LL.MAIL.To

Mail address

LL.MAIL.CC

Mail address for carbon copy

LL.MAIL.BCC

Mail address for blind carbon copy

LL.MAIL.Subject

Subject line

LL.MAIL.From

Sender mail address

LL.MAIL.ReplyTo

Reply To mail address

LL.MinPageCount

Minimum page count.

LL.ProjectDescription

Project Description

LL.SlideShow.TransformationID

Default transition effect for the preview´s slideshow mode.

LL.MAIL.ShowDialog

Show mail dialog before sending

 

Parameter:

String          Name of the project parameter

Boolean         (optional) sets whether the return value (possibly a formula) should be returned directly (True), or should be evaluated (False). Default: False

Return value:

String

Example:

ProjectParameter$("LL.ProjectDescription")  Result:"Article list"