SetParameter
(Engine-Level Function)
Deprecated. Do not use in new code.
Statement |
Required. Any expression for the statement value. May be a code value or a function value. |
ParmNum |
Required. Any numeric expression for the parameter number to change, beginning with 0. |
ParmType |
Required. Any numeric expression for the VTScada Value Types of the new parameter. |
Value |
Required. Any expression for the new parameter’s value. |
Comments: | This statement is used to modify the code for a function. Does not have proper support for longs; when the function is called to store a #VTypeLong, it interprets the parameter as a short. |