|
Contents | Previous | Next | Subchapters |
| Syntax |
zone = tpzonenum(name) |
| See Also | tpvarname , tpzonename , tpvarnum |
1 then the specified zone
name does not exist in the current data set.
fName = [OM_INSTALL,"\example\tecplot\rainfall.plt"]
tpopen(fName)
tpzonenum("ZONE 2")
O-Matrix will open the rainfall
sample data file from your distribution and display
the zone number, for zone, ZONE 2.
2