Wie werden bitte die ASCII-Zeichen bewertet hier drin "..." bei der Blockgrafik ?
Bei const line1$"....." und beim print at n, 6;">"
Kann mit den Werten nichts anfangen.
const line1$ = " :5:555555556"
const line2$ = " 8 8"
const line3$ = " 8 8"
const line4$ = " 8 :55: 8"
const line5$ = " 8 85:"
const line6$ = " :55555:55:: 8"
const line7$ = " 8 8 8"
const line8$ = " 9 9 9"
ink red
for n = 5 to 8
print at n, 6;">" ' Item
next
print at 7, 16;">" ' Item
ink yellow
print at 11, 21;";" ' item
print at 12, 6;";"
Danke.
Gruss