Re: special characters


[Prev][Next][Index][Thread]

Re: special characters



That would work for the 92 family of calculators, but why bother?  On those,
every character used by the calc can be found in the CHAR menu.  Not so for
the 8x calculators, where you can get a handful of characters can only from
ASM strings or the Graph Link font.

>Local i,t
>""->t
>For i,1,255
>t&char(i)->t
>EndFor
>EndFunc