background image
<< Tuxedo Vuser Scripts | Running TUXEDO Scripts >>
<< Tuxedo Vuser Scripts | Running TUXEDO Scripts >>

Using Parameters in TUXEDO Scripts

Tuxedo Vuser Scripts · Developing TUXEDO Vuser Scripts
Creating Vuser Scripts
Chapter 11, page 199
Using Parameters in TUXEDO Scripts
You can define parameters in TUXEDO scripts, as described in Chapter 5,
Defining Parameters
. Note that TUXEDO scripts contain strings of type
"name=..." or "value=...". You can only define parameters for the portion of the
string following the equal sign (=). For example:
lrt_Fadd_fld((FBFR*)data_0,"name=PHONE","value=<parameter_1>",
LRT_END_OF_PARMS);