Matt, I checked my code where I have used a "" menu string,
I needed to fill in the fourth position. I used:
MENU 4,0,0,""
and it works just fine. I guess you should make sure that
the menu-id is 3 and 4 in your case (needing to fill two
places) and that the item-id and state is 0 for both. If
this doesn't work i'm baffled—which has happened to me
more than once on my new machine. Good luck.
James
* Reply:
13182
James, I got it working now, thanks. The problem was that I failed to
disable the selection i.e. MENU 4,0,1,"" Message 13072 explains why that
caused a crash (Well, it doesn't really explain but it does show that I'm not
the only one to "See the guru" this way.) -Matt
* RR 13007