Search the Community
Showing results for tags 'Digit'.
-
is there an official standard for representing digits with a base greater than 16? digit value | digit to use ------------+----------- 0 | 0 ... | ... 8 | 8 9 | 9 10 | A 11 | B 12 | C 13 |...
-
Hello I was wondering if it is possible to create a function that constantly checks the Input to see if Digit Grouping is needed. (For example: If I write 1000 it automatically changes it to 1,000. Like the calculator does) My code has Hebrew writing, but it shouldn't bother you much. Here is...