Hi,
What he wants is to print arrow for example, from the built-in char set.
With MIOS function it's very easy, using Char Print and code number.
With NG it seems only string are possible. But according to the C ascii table.
the 'left arrow' code 0x7e is "~", so using:
label="~ %e"
works. But for the 'right arrow' the ascii code 0x7f correspond to DEL, which is not usable in a string. Is there a way to print a label using ascii code instead of string in NG?
Best regards