Please let us know how this article can be improved.
Choose all that apply.*
Report a bad link
Out of date (instructions or screenshots)
Missing detail
Other
RTML - Optional arguments
Learn about RTML-optional arguments
Jun 20, 2024
Article ID: SLN18713
Arguments can always be omitted, in which case they'll default to some reasonable value. If you omit all the arguments to LINEBREAK, as above, it will insert a single linebreak.
In this template,
Pause () TEXT "Hello world!" LINEBREAK number 10 TEXT "Nice weather we're having."
the number of linebreaks (10) between the two sentences is given explicitly.
When an operator can take several arguments, the arguments are preceded by their names. The number argument of LINEBREAK tells how many linebreaks to insert.