As Object Keyword (FPScript)
Interprets a path name as an object reference instead of a value.
Syntax
PathName As Object
The syntax of the As Object statement consists of the following elements:
Element |
Description |
---|---|
Pathname |
The path name of a data set or other object for which an object reference is to be made. |
Available in
FlexPro View, Basic, Professional, Developer Suite
Example
Dim Obj = DataSet As Object Obj.Unit |
assigns to the Obj variable a reference to DataSet. The Unit property of the data set is then accessed. |
MyFunction(Formula As Object) |
passes an object reference to Formula to an FPScript function. |
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