Closed iwarp closed 1 week ago
with string to expression, it can generate a negative number for example string.char(102 - -15)
string.char(102 - -15)
with the compressor flag enabled it removes the spaces, and it turn it into a comment for the rest of the line
string.char(102--15)
Thanks for the quick turn around on all these issues
fixing soon
@iwarp sent out a patch, test if it works in this case
Yup that fixed this issue @zeusssz
with string to expression, it can generate a negative number for example
string.char(102 - -15)
with the compressor flag enabled it removes the spaces, and it turn it into a comment for the rest of the line
string.char(102--15)
Thanks for the quick turn around on all these issues