| TUreadUDFrc | TCL UTILITIES USER MANUAL | TUreadUDFrc |
|---|
| TUreadUDFrc  |
|
| PgM | - | The calling program |
| udfRc | - | An array of runtime options defined in either the system wide or personal UDFrc file associated with the calling program. |
# FIND the runtime options set for the program dBAsk
TUreadUDFrc dBAsk rT
set aI [array names rT]
set aLen [llength $aI]
for { set I 0 } { $I < $aLen } { incr I } {
set OpT [lindex $aI $I]
puts stderr "Runtime Option $OpT set to $rT($OpT)"
}
>Runtime Option MinP set to P.M
>Runtime Option MinD set to P.M
>Runtime Option BroWseR set to /usr/bin/opera
>Runtime Option MinQ set to P.M
| Nov 12, 2006 |
|---|