|
Contents | Previous | Next | Subchapters |
| Syntax |
variable = tpvarnum(name) |
| See Also | tpvarname , tpzonename , tpzonenum |
1 then the specified variable
name does not exist in the current data set.
clear
fName = [OM_INSTALL,"\example\tecplot\rainfall.plt"]
tpopen(fName)
tpvarnum("Dallas Rainfall")
Tecplot will open the rainfall sample file from your distribution
and print 3 which is the variable number for
"Dallas Rainfall"