Debugger - symbols next to variables

Hi,

can anybody tell me what the symbols next to the variables mean when using the debugger?

Thanks a lot!

Hi buc,

Can we have your code and a pic of the symbol please?

Thanks :slight_smile:

Do you mean these symbols?
01%20PM

I believe it just specifies the type of the object, such as I for integer, for char, t f (true; false) for boolean, f is float etc.

1 Like