[Implemented] Better Bin()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

[Implemented] Better Bin()

Post by Trond »

Currently, if Bin() is used on a byte or word which holds a negative value it gives the wrong result (it gives the result as if the variable was a long). I think an option for this, or at least a warning in the manual, should be added.