Exists(Codetype: String, Indexname: String, Value1: Variant[, Value2: Variant, ...]): Boolean
Returns True if values (Value1 to ValueN) exist in the table specified by the string Codetype, otherwise returns False.
Exists function syntax has these named arguments:
Parameter |
Description |
|---|---|
Code Type |
Required. String expression must be a valid MaxBasic Input Code, representing an Accredo code table. |
Index Name |
Required. Must be a valid index name for the table, or an empty string (which selects the default index). |
Value1 |
Required. Value to search for in the Code table. |
Value2 - Value 2 |
Optional. Additional values to search for in the Code table. |