SFORMNO C-3





Copyright (C) 1994-95 Conetic Software Systems, Inc. All names, products, and services mentioned are the trademarks of their respective organizations.



NAME


sformno - return current form number

SYNOPSIS


int sformno ()

DESCRIPTION


The forms stored in the formfile are numbered starting with 1,
and this function returns the number of the current form. This
function is useful in determining which form is currently on the
terminal screen when each form requires different processing.

SEE ALSO


sformname(C-3)

WARNING

Sformno is an obsolete function included for compatibility with
old versions of C/Base. New user edit routines should use
sformname.

NOTES


Sformno is only available in user edit routines.