Applies
to:
Variables
Description:
Choose between all label and edit objects of the project to add a variable
to the parameter which enters the runtime contents of the label or edit
into the parameter.
Syntax:
<_Labelname.Text_>
returns the current value of the specified
label object.
<_Editname.Text_>
returns the current value of the specified
edit object.
Example: <_Label1.Text_>
signifies the text displayed via "Label1" at the time the parameter
is used. If the label is a status bar for example <_Label1.Text_>
would read the browser status at the moment it is executed.
TIP: an example for usage of
such a text variable can be found in the advanced browser template: Advanced
Browse template
Related
topics:
Parameter
selection button - easy parameter creation
|