editexisting()

Examples


The editexisting() function returns a value indicating whether the last edit table statement retrieved an existing record or created and reserved space for a new record.

Syntax

editexisting()

Parameters

• None

Return value

A boolean. True indicates the record already existed and was retrieved. False indicates the record did not exist and space was reserved for it.


Documentation Feedback