1 | String ends with the value. |
0 | String does not end with the value. |
StringValue | String value to check in. |
SearchValue | Value to check for. |
Note that arguments of the form XxxVariable can take either a normal value or the name of a variable to read/write, prefixed by @. See
About Using @ for details.
For information regarding exceptions / errors, see
here.
% EndsWith 1-2-3 3
1
% EndsWith 4-5-6 7
0