Post Reply 
MSGBOX with OK_Cancel
06-29-2015, 10:08 AM
Post: #1
MSGBOX with OK_Cancel
hi,
what's the correct syntax for MSGBOX() with OK, Cancel keys?

With
Code:

ch:= MSGBOX("Another calculation?", OK_Cancel);
IF (ch<>0)  THEN changeData(); END;
I get syntax error...

Thanks!
Salvo

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
MSGBOX with OK_Cancel - salvomic - 06-29-2015 10:08 AM
RE: MSGBOX with OK_Cancel - DrD - 06-29-2015, 10:41 AM
RE: MSGBOX with OK_Cancel - salvomic - 06-29-2015, 10:54 AM



User(s) browsing this thread: 1 Guest(s)