From Real Software Documentation
Method
Adds a separator line to the popup menu.
Example
The following example adds a separator prior to adding three additional items using AddRows.
dim s(2) as string
s(0)="Abbott"
s(1)="Costello"
s(2)="Frankenstein"
me.AddSeparator
me.AddRows s