SetOneParmText

(Engine-Level Function)

Description: Sets the text for one parameter 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 | SetParmText | SetStateText | SetTransitText | SetVariableText | TextOffset | TextSize
Format: SetOneParmText(Code, Index, Text)
Parameters:  
Code
Required. Any expression for the code value of the statement.
Index
Required. Any numeric expression for the parameter number to change, beginning with 0.
Text
Required. Any text expression. The text in the .SRC file for the parameter indicated by Code and Index will be replaced by Text.