Re: [MBS] RegistryMBS

2021-01-26 Thread Christian Schmitz
> Am 26.01.2021 um 14:32 schrieb Lee Badham : > > Hi, > > It should just contain a number. Stored as text or as number? Registry can do both! > dim key as string = "HKEY_LOCAL_MACHINE\SOFTWARE\"+app.appname > > dim value as string = ReplaceAllB(r.getStringValue(key,"Server Database >

[MBS] Change limits for BigNumberMBS class?

2021-01-26 Thread Christian Schmitz
Hello, BigNumberMBS is our implementation of a 320bit floating point number. You tried it? It has 64bit for exponent and 256bit for fraction. Compare that to 11 bit + 52 bit for a normal double value. This gives about 75 digits after the dot in precision. Not sure why we picked those length

[MBS] RegistryMBS

2021-01-26 Thread Lee Badham
Hi, (resent to list..., not support, sorry) We have a some data in the registry such as this: It should just contain a number. dim r as new RegistryMBS //server port dim key as string = "HKEY_LOCAL_MACHINE\SOFTWARE\"+app.appname dim value as string = ReplaceAllB(r.getStringValue(key,"Server