My question is, would that show up the same on any apple device? Or is it special to my iPad. For example, the following code shows some great graphics I could use in programs. Would those images display on any iPad?
- Dav
Code: Select all
Set output font size "56"
'show soccer ball
print chr$(9917);
'frosty snowman
print chr$(9924);
'big star
print chr$(11088)
'show chess pieces
for t = 9812 to 9823
print chr$(t);
next t