The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Message Box Question
07-29-2020, 06:46 PM
Post: #1
Message Box Question
I've written a program for adding feet-inches-fractions that requires that the variable containing the accumulation be cleared at the start of a new calculation.  I've written a key assignment to do this:

KEY KS_Bksp()

BEGIN

0▶ΣdFT;

MSGBOX("ΣdFT = 0");

END;

The problem I'm having is that after the message box is displayed and any key is pressed, the screen changes from the RPN home screen to the Function Symbolic screen.  Why does the screen change and how can I keep it from happening?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Message Box Question - tmcquade - 07-29-2020 06:46 PM
RE: Message Box Question - tmcquade - 07-30-2020, 12:55 PM
RE: Message Box Question - tmcquade - 07-30-2020, 04:18 PM
RE: Message Box Question - pinkman - 07-30-2020, 10:35 PM



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