RSet Statement Example

This example uses the RSet statement to right align a string within a string variable.

Dim MyString
MyString = "0123456789"    ' Initialize string.
Rset MyString = "Right->"    ' MyString contains "   Right->".