Post Reply 
Real Calc vs Emulator - My Experience
11-22-2021, 08:35 PM
Post: #2
RE: Real Calc vs Emulator - My Experience
With modern hardware, most day-to-day calculations can be done in an instant.
But, working with emulators, we have less typing.

For Free42, we can cut/paste numbers/code, quickly, and less error-prone. (*)

In fact, my most used "calculator" is not even emulator, but my text editor.
Just select text, and press a key to calculate.

I use Notepad++, with plugin NppExec, and this is my "calculator".

Code:
// Calculate selected
NPP_CONSOLE ?
SET a ~ $(CURRENT_WORD)
SEL_SETTEXT $(CURRENT_WORD) = $(a)

(*) Can emu48 do cut/paste too ?
How do we enter expression or code into it ? Type it, character by character ?
When I do Ctrl-P to paste, all I get is error: "The emulator is busy"
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Real Calc vs Emulator - My Experience - Albert Chan - 11-22-2021 08:35 PM



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