Previous: x/ zviparmd Up: Parameter Routines Next: x/ zvipstat

x/ zvipone


status = xvipone(name, value, instance, maxlen)
status = zvipone(name, value, instance, maxlen);

Interactive version of x/ zvpone.

This routine returns a single value from a multivalued interactive parameter. It is most useful to get a string from a list of strings without having to mess with string arrays, but can be used for integer or real (single-precision) values as well. Note that xvipone is a Fortran function with a status return, which differs from most Fortran RTL routines.

Arguments:

rgd059@ipl.jpl.nasa.gov