e.kislov - 2017-11-25

Hi.

I declare string variable with byte-defined values:

VAR
Β  Β sVar: STRING:= '$10'; // HEX
END_VARΒ  Β 

In online monitoring this value shows as '$16' (DEC). Is this possible to show it as HEX?
I try Display Mode menu, but it's not working in this case.