# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. include "clpset.h" # CLGPSETA -- Get the string value of the named pset parameter. procedure clgpseta (pp, pname, outstr, maxch) pointer pp # pset descriptor char pname[ARB] # parameter name char outstr[maxch] # output string int maxch # max chars out pointer clpset_parname() begin call clgstr (PARNAME(pp,pname), outstr, maxch) end