Page 1 of 1

Constant type bug

Posted: Mon Jan 29, 2018 11:47 am
by ylanchec
Hi !
If i create a byte, and convert it as constant, the type is BYTE first...
But after some work, it becomes "Z", so "integer".
bugconst.png
(8.52 KiB) Downloaded 1014 times
Thank you
Yannick

Re: Constant type bug

Posted: Mon Jan 29, 2018 11:51 am
by ylanchec
Hi,
Is it possible to edit the type in future update ?
Best regards
Yannick

Re: Constant type bug

Posted: Wed Jan 31, 2018 6:20 pm
by Benj
Hi Yannick,

Constants are not type bound like variables are, it's more just a free numeric value you can reference in your program. The Z icon implies it's an integer which can be anything positive or negative.