uChar() (Char() for unicode)

Share your advanced PureBasic knowledge/code with the community.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

It was always like this. If it didn't work it must have been a coding error or PB bug.

Edit:
Substitution silently does not happen, but there is no error either:

Code: Select all

Macro Macro ()
  Macro !_#¤%&/()
EndMacro

Macro Test()

EndMacro
Post Reply