View Single Post
Old 12-11-2016, 09:02 PM   #5
tack
Human being with feelings
 
tack's Avatar
 
Join Date: Jan 2014
Location: Ontario, Canada
Posts: 1,618
Default

Quote:
Originally Posted by schwa View Post
gfx.showmenu(">first|>second|<third|<|first again")

(this essentially amounts to making sure the last item in a submenu is not a separator)
But if for some reason you really wanted the last item to be a separator, you could do:

Code:
gfx.showmenu(">first|>second|third||<|<|first again")

Last edited by tack; 12-11-2016 at 09:08 PM.
tack is offline   Reply With Quote