Set Statement (FPScript)
Assigns an object reference to a variable or a list element.
Syntax
Set Target = Expression
The syntax of the Set statement consists of the following elements:
Element |
Description |
---|---|
Target |
Expression that refers to a variable or a list element. |
Expression |
Any expression that returns an object reference. |
Available in
FlexPro View, Basic, Professional, Developer Suite
Examples
Set Obj = DataSet Obj.Unit |
assigns to the Obj variable a reference to DataSet. The data set's Unit property is then accessed. |
Set List.[1n]= Formula |
is an assignment of a reference to Formula to the second element in the list stored in List. |
See Also
You might be interested in these articles
You are currently viewing a placeholder content from Facebook. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from reCAPTCHA to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from Instagram. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from X. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More Information