SetOneParmText

Description:              This statement 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

Format:                      SetOneParmText(Code, Index, Text)

Parameters:             Code    { Code value }  { required }  { no default: }

                                                Any expression for the code value of the statement.

                                    Index    { numeric }  { required }  { no default: }

                                                Any numeric expression for the parameter number to change, beginning with 0.

                                    Text    { text }  { required }  { no default: }

                                                Any text expression. The text in the .SRC file for the parameter indicated by Code and Index will be replaced by Text.

Comments:              

See Also:

AdjustCode | GetModuleText | GetOneParmText | GetParmText | GetStateText | GetTransitText | GetVariableText | SetModuleText | SetParmText | SetStateText | SetTransitText | SetVariableText | TextOffset | TextSize