info("fieldnumber")

The info(“fieldnumber”) function returns the number of the current field (starting from 1).


Description

This function returns the number of the current field (starting from 1). For example, you could use it to test to see if the current field is the last field of the database.

info("fieldnumber")=info("fieldcount") ☞ true if currently on last field

See Also


History

VersionStatusNotes
10.0NewNew in this version.