What the heck are you trying to do?

- iif-syntax is: $iif(<condition>,<stuff for true>[,stuff for false]) - there are no curly brackets. Not that I have an idea what your condition is up to...
- if an $iif will make a menuitem appear only in this or that case, all the menuitems nested under this item are affected as well. You can't use curly brackets to "group" them. You can use curly brackets only in the command part of a menuitem.
- you cannot nest (.) under a separator "-". It's not really an item.

Last edited by Horstl; 22/06/09 02:41 PM.