FORMULA LANGUAGE


Examples: @VerifyPassword
1. This example returns true:
2. This example returns false because the hashed string contains an upper-case T:
3. If the access field is a password field containing the string, "He++llo", this code returns true:
4. This code returns false because the @HashPassword and @Password functions use different formats to encode the contents of the access field:
See Also