web
You’re offline. This is a read only version of the page.
close
Checkmark

Thank you for your feedback

RTML - Optional arguments

Learn about RTML-optional arguments

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.

See Also: