Status: Accepted Owner: pekka.klarck Labels: Type-Enhancement Priority-Medium Target-2.6
New issue 835 by pekka.klarck: Integer variables should accept `0b` (binary), `0o`, (octal) and `0x` (hex) prefixes
http://code.google.com/p/robotframework/issues/detail?id=835`Convert To Integer` nowadays accepts these prefixes (issue 808) and it would be nice if also ${0b1010}, ${0o1010} and ${0xFF} would work.
