Dataset findset: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with "===Purpose=== Locate a set within a label field (axisscale,label,class) in a DataSet. ===Synopsis=== :setnum = findset(dso,'field',mode,name) ===Description=== Returns the transp...") |
imported>Scott No edit summary |
||
Line 4: | Line 4: | ||
:setnum = findset(dso,'field',mode,name) | :setnum = findset(dso,'field',mode,name) | ||
===Description=== | ===Description=== | ||
Locates a class, axisscale, or label set, as indicated in the "field" input, on the indicated mode, with the matching name (if name is supplied). | |||
===See Also=== | ===See Also=== | ||
[[ | [[dataset_subsasign]], [[dataset_updateset]] |
Revision as of 10:48, 12 September 2012
Purpose
Locate a set within a label field (axisscale,label,class) in a DataSet.
Synopsis
- setnum = findset(dso,'field',mode,name)
Description
Locates a class, axisscale, or label set, as indicated in the "field" input, on the indicated mode, with the matching name (if name is supplied).