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.
editexisting()
• None
A boolean. True indicates the record already existed and was retrieved. False indicates the record did not exist and space was reserved for it.