RW_ALIGN
| Example | 
Purpose
Starts a new paragraph with the specified text alignment.
Syntax
RW_ALIGN(Alignment)
Parameters
Alignment A string containing the required alignment. Must be one of:
    "LEFT"
    "CENTER"
    "RIGHT"
                
Dependencies
The alignment specified will remain in force until the end of the paragraph (that is, until either RW_END_PARA is called or a new paragraph is started).
 Related Topics
Related Topics