File records.icn

Summary

###########################################################################

	File:     records.icn

	Subject:  Procedures to manipulate records

	Authors:  Ralph E. Griswold and Gregg M. Townsend

	Date:     November 16, 2000

###########################################################################

  This file is in the public domain.

###########################################################################

  field(R, i)	returns the name of the ith field of R.

  fieldnum(R, s)  returns the index of the field named s in record R.

###########################################################################
Procedures:
field, fieldnum

This file is part of the (main) package.

Source code.

Details
Procedures:

field(R, i)

: return name of field R[i]


fieldnum(R, s)

: return index of field R.s



This page produced by UniDoc on 2021/04/15 @ 23:59:54.