SetParmText
(Engine-Level Function)
Description: | Sets the text for the parameters of a function. |
Warning: | This statement should be used by advanced users only since irrevocable alteration of your application may occur. |
Returns: | Nothing |
Usage: | Script Only. |
Function Groups: | Compilation and On-Line Modifications, Advanced Module |
Related to: | AdjustCode | GetModuleText | GetOneParmText | GetParmText | GetStateText | GetTransitText | GetVariableText | SetModuleText | SetOneParmText | SetStateText | SetTransitText | SetVariableText | TextOffset | TextSize |
Format: | SetParmText(Code, Text) |
Parameters: |
Code |
Required. Any expression for the code value of the statement. |
Text |
Required. Any text expression. The text in the .SRC file for the parameters of Code will be replaced by Text. |
Comments: | None |