SEARCH_COUNT
Description
Returns the number of object instances found by the last query
Parameters
None
Example
FIND ALL Account
IF SEARCH_COUNT = 1 THEN
DISPLAY MESSAGE ('One account was found')
index function function list miscellaneous
Returns the number of object instances found by the last query
None
FIND ALL Account
IF SEARCH_COUNT = 1 THEN
DISPLAY MESSAGE ('One account was found')