Post Reply 
[HP 71B] Software for FRAM71 users
02-02-2017, 05:38 PM
Post: #15
RE: [HP 71B] Software for FRAM71 users
(02-02-2017 05:15 PM)J-F Garnier Wrote:  
(02-02-2017 02:21 PM)dayd Wrote:  Another thing that I find odd, without being a bug is that HTA$ doesn’t return an empty string for ”000000”, ASC$(HTA$(“000000”)) returns “…”

This is the normal behaviour of HTA$ and ASC$: HTA$ returns the string CHR$(0)&CHR$(0)&CHR$(0) (which is NOT a null string), and the non-ASCII CHR$(0) characters are not removed by ASC$ but replaced by a period "." . Not two bugs the same day !

No like I said that's not a bug on the HTA$ function, but try this :
DISP USING "1A,1A,1A";"-","","-"
- -
ok, and :
DISP USING "1A,1A,1A";"-",HTA$("00"),"-"
--

??
regards, André
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[HP 71B] Software for FRAM71 users - dayd - 02-01-2017, 10:17 PM
RE: [HP 71B] Software for FRAM71 users - dayd - 02-02-2017 05:38 PM



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