Posts: 806
Threads: 135
Joined: Apr 2009
Reputation:
5
Tip of the day:
Clearly, a US keyboard doesn't have this £ thing. I have no idea if it's on a spanish or austrian one. I doubt it. So, just in case you need it, with a default US character set, the ` (back quote) seems to do the same job in compiled code.
Chances are I'm the only person that's relevant to. But hey I'm sharing anyway. Hush.
Posts: 806
Threads: 135
Joined: Apr 2009
Reputation:
5
It does?
That's a new one on me.
Basin does allow \` as a pound symbol, apparently. And \\ as a backslash, and \@ as an @ (what's wrong with using "@" to represent "@", I have to wonder!?)
A handy thing is \a for a graphic A. I think ZX Basic follows that convention, yes?
It also allows \#nnn (where nnn is 000 to 255).
But \c is new on me. That's excellent news.
Posts: 615
Threads: 49
Joined: Feb 2009
Reputation:
2
There is no such thing like austrian Keyboard. We in austria are damned to use the german keyboards :wink: And there is no Pound sign on them. But I knew about the possibility to use control chars as boriel described. He wrote about them in one of the "Whats new" threads after releasing a new version of ZXBC... I even added a UDG/control char/colour control codes "typewriter" for the IDE I'm working on.
Posts: 806
Threads: 135
Joined: Apr 2009
Reputation:
5
I've been trying to make sure the wiki is reasonably up to date on information that Boriel posts (notice it lists load and save as reserved words, for example).
Documentation is /hard/ !
Posts: 615
Threads: 49
Joined: Feb 2009
Reputation:
2
Just completed BorIDEs ASCII Table and testet it. \c does not put a copyright sign, but UDG C, as expected. Anyway, I hardcoded copyright symbol as CHR(127) into the editor. I wonder how it was done in BasIN
Posts: 806
Threads: 135
Joined: Apr 2009
Reputation:
5
Did we ever track down the © symbol code?
Clearly \c is a graphics C.