If you use a menu separator like this,
Code:
menu #main, "TENANTS", "&Tenants", [tenants], |, "Vacate", [tntVacate]
The 'separator' is almost invisible (to me), so I have tried this:
Code:
menu #main, "TENANTS", "&Tenants", [tenants], "-------",[manLoop], "Vacate", [tntVacate]
Note that the branch-to label does not even have to exist. No error occurs if you click on the hyphens.
One other point: There also seems to be a very faint vertical line to the left of the menu choices, whether or not a separator is used.
What is that for? Do checkmarks (if used) appear to the left of it?