FORMULA LANGUAGE


Examples: @ValidateInternetAddress
1. You have designed a form asking the user to input an Internet address. The user enters a standard RFC 821 format Internet address SStreitfeld@gazette.com in the editable field User_Address.
2. The following example returns "Invalid RFC821 syntax, no Phrase required." and "OK" in a list.
3. The following example returns "Not OK" if any of the elements in the SendTo field validate to an error message and "OK" if every element validates to an empty string.
See Also