Hello. There is a big problem with
asc and
chr$.
Here is code that should produce the same as shown on BMP from DBP help (help -> principles -> ascii).
if file exist("chr.txt") then delete file "chr.txt"
open to write 1,"chr.txt"
for f = 32 to 255
write string 1,chr$(f)+" "+str$(f)
next f
The result is far from the master image. I mean characters that are not 0-9 A-Z a-z (ie >128 and further)
Also I tried to write a list of characters backwards, using
asc. The resulting list is the same as in master image.
Why those commands are incompatible?
p.s. "set text font" doesn't help