Pal, Peter's AutoIt Library News
Library for window, GUI, controls, string, math, data lists, dialogues
Brought to you by:
peverbeek
For limiting the input of a user to numbers the new numberbox library helps you with this. Depending on the format you need it allows for integers, reals, bits, hexadecimals. You can extend your existing GUICtrlCreatInput() functions or create new numberboxes with _GUICtrlCreateNumberBox().
Talking about numbers with _StringZero() a string is padded with zeros and with _NumberToBit() and _BitToNumber() you can convert to and from binary.