Menu Question: How to create a seperator?

BlitzMax Forums/BlitzMax GUI Programming/Menu Question: How to create a seperator?

How can I create a seperator in a menu? I didn't found anything in the help file (I looked at CreateMenu).

Create a blank menu:
CreateMenu"",0,menu

Which is also shown in the CreateMenu example, although it's not explained.

thank you!