diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/xtools/catquery/doc/cqgvall.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/xtools/catquery/doc/cqgvall.hlp')
-rw-r--r-- | pkg/xtools/catquery/doc/cqgvall.hlp | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/pkg/xtools/catquery/doc/cqgvall.hlp b/pkg/xtools/catquery/doc/cqgvall.hlp new file mode 100644 index 00000000..0571850f --- /dev/null +++ b/pkg/xtools/catquery/doc/cqgvall.hlp @@ -0,0 +1,40 @@ +.help cqgvall Mar00 "Catquery Package" +.ih +NAME +cqgvall -- get the catalog results field as a long integer value +.ih +SYNOPSIS + +nchars = cq_gvall (res, recno, fname, lval) + +.nf +pointer res # the results descriptor +int recno # the record number +char fname # the field name +long lval # the returned field value +.fi +.ih +ARGUMENTS +.ls res +The results descriptor. +.le +.ls recno +The record number. +.le +.ls fname +The field name. +.le +.ls lval +The returned long integer value. +.le +.ih +DESCRIPTION +Cq_gvall returns the requested field as a long integer value. +Cq_gvall is an integer function which returns the number of characters +that were successfully decoded as its function value. Zero is returned +if the requested field could not be decoded. + +.ih +SEE ALSO +cqgval[csird] +.endhelp |