SFORMNO C-3

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.