NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



Say

Outputs parameter(s) to the user

Say is a language construct that outputs an evaluated literal or interpreted expression to the user.

Say will accept any valid SIML expression-- including any string format type (ie. quoted, or triple quoted).

Sample Source

Say "Text"
Say "\n"
Say 123
Say 123.45
Say MyVariable
Say Call "MyFunction"
Say "My" + " expression" + " built" + " in line."
Say "My \"escaped\" world."
Say Convert 12.4 To Money
Say "Multi-
     line-
     string"
Say """Triple quoted "no escape necessary" 
       \ is a backslash string"""

Related Function(s):
   ContentType; FormatNumber;

Minimum version: 1.0