Post Reply 
Firmware 2021 - Test PRINT and PRINT2D cmds
04-24-2021, 04:21 AM (This post was last modified: 04-24-2021 04:26 AM by compsystems.)
Post: #5
RE: Firmware 2021 - Test PRINT and PRINT2D cmds
(04-20-2021 06:27 AM)cyrille de brébisson Wrote:  Hello,

I have fixed the improper escape decoding...

Cyrille

ok, now it prints fine only in Terminal View, but not in the History View display, and in the [Show] screen, because it prints a little box □.

Inside the code it is not convenient to show spaces, better a tab symbol and more when the code is python (tab character (#09h) as an arrow ↦ , ⇥ or this you can modify the text font by replacing the empty or box character □ with an arrow ⇥, because with white spaces it is difficult to determine the indentation

PHP Code:
EXPORT prg1()
BEGIN
    
return "hello\n\tworld";
    
END
prg1() [enter] "hello\n\tworld" [up] [show] hello world

[Image: print2d_hp_prime_2021_img02.png]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Firmware 2021 - Test PRINT and PRINT2D cmds - compsystems - 04-24-2021 04:21 AM



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