Function SetAtLike() Foundation

Sets the search mode for At???() functions

Syntax
SetAtLike( [<nNewMode>] , ;  // Default: 0
           [<cWildCard>]  ;  // Default: "?"
         ) --> nOldMode
Parameters
<nNewMode>
0 - Exact match, "wild card" character is ignored
1 - "wild card" character is used
<cWildCard>
Single character to be used as "wild card" for character comparisons in the parameter <cSearchString> of the At???() functions.
Note that the asterisk "*" is not allowed.
Return

Returns the SetAtAlike() mode that was current before the function was called.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.