FORMULA LANGUAGE
Examples: @Char
1. This example returns: A.
@Char(65)
2. This example returns: a.
@Char(97)
3. This example returns: 8.
@Char(56)
4. This example returns: A, a, and 8 in a list.
@Char(65 : 97 : 56)
5. This example returns the character in the field named QuestionnaireNumber if that field is currently filled in; otherwise, returns a null string.
@If(@IsAvailable(QuestionnaireNumber);
@Char(QuestionnaireNumber);"")
6. This example uses @Char(13) to insert a carriage return into the text of @Prompt.
@Prompt([OK]; "Complete"; "The agent has finished." + @Char(13) + "Please exit this document without saving.")
See Also
@Char
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary