As far as IK, there's four types of numeric values:
-Decimal (The value contains the numbers from 0 to 9). Eg: 19, 52, 634, etc
-Binary (The value contains only 0 and 1). Eg: 100010110, 1010100011, 10011100110, etc.
-Octal (The value contains numbers from 0 to 7 only). Eg: 173, 506, 4032, etc.
-Hexadecimal (The value contains all the digits from 0 ......
reply