Previous: Miscellaneous Routines Up: Miscellaneous Routines Next: x/ zmove

x/ zlpinfo


call xlpinfo(unit, properties, nprop, status, <optionals>, ' ')
status = zlpinfo(unit, properties, nprop, <optionals>, 0);

Returns the names of property subsets in the given file. Property labels are broken up into subsets, each with a property name. This routine returns a list of all property names in the file specified by UNIT, which must be open. This routine is identical to x/ zlhinfo, except that it returns property names instead of task names and instances.

Arguments:

Optional Arguments:

rgd059@ipl.jpl.nasa.gov