|
GuiXT
uses 64 bit floating point numbers for calculations. This guarantees precision
to 15 places, which is not enough in this case, so I
suggest you use the following:
Set V[x]
"9200071" // example
// add leading
zeros, length 18
Set V[x](1-18) "000000000000000000&V[x]" -alignright
|