This is an old revision of the document!


SEARCH_COUNT

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')
  • Last modified: 2022/09/13 18:12