Big problem with fp plugin and Integer divide

Robert, thank you very much for your great work and help. I started to learn Xojo two month ago and therefore I don’t know how I can integrate your function in my program. Should I simply copy it in my source when I start my program after pressing the Button which will calculate the numbers I want? Please excuse my questions, but this is really new for me. Again, many thanks for trying to help me…

Just copy it into your program and then use it the same way you would use Xojo’s regular Format() function (or the Str() function with the optional second argument). Refer to Xojo’s docs for info. Since this function takes a bigFloat as an argument, you would have to convert your bigInteger to a bigFloat first. I honestly don’t know if this will be useful to you. If it isn’t, it may still give you some ideas for writing your own number formatting function.

Robert, thank you very much. I will try it tomorrow. I am sure that this is very useful for me.