YES,VERY NICE!
I like this routine
Thanks,irneb!
But in the \"Octal numbering\" mode
\"I0.0\"Appears twice,
\"I0.4\"Appears twice,
\"I0.7\"Appears twice,
Why?
I hope you can solve this problem
I'd have to create a reverse converting function(s) i.e. from numbering system into decimal, so the user can enter to start and vector in the chosen numbering system. At present you have to enter the decimal value, no matter what numbering system you've chosen For the time being could you use the following workaround?
When working with fractions in number systems other than decimal, it's important to note the dialog (at present) only reads decimal - its calculated values are in the chosen numbering system. E.g. Octal 0.1 = Decimal 1.0 div 8 = 0.125; Hexadecimal 0.1 = Decimal 1.0 div 16 = 0.0625; Binary 0.1 = 1.0 / 2 = 0.5. See attached (Fractional Octal).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd have to create a reverse converting function(s) i.e. from numbering system into decimal, so the user can enter to start and vector in the chosen numbering system. At present you have to enter the decimal value, no matter what numbering system you've chosen For the time being could you use the following workaround?
When working with fractions in number systems other than decimal, it's important to note the dialog (at present) only reads decimal - its calculated values are in the chosen numbering system. E.g. Octal 0.1 = Decimal 1.0 div 8 = 0.125; Hexadecimal 0.1 = Decimal 1.0 div 16 = 0.0625; Binary 0.1 = 1.0 / 2 = 0.5. See attached (Fractional Octal).
Fractional Octal
Thank you!
See my comment in your bug-report: https://sourceforge.net/tracker/?func=detail&aid=3086478&group_id=334087&atid=1400468
Only needed thing is still the reverse display in the dialog box.