CompuServe Thread

#Hello/Help

2 messages in this thread
#13044From: james mcdonoughMar 29, 1986 9:22 PM
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
#13182From: Mathew A. MarullaMar 30, 1986 5:54 PM
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