Hello,
I'm having big trouble finding a formating that fits my needs.
I have to create lists with numbers of maximum 8 characters.
Currently I'm using the "g" formatt,
return [format "%8g%8g%8g" $coordx $coordy $coordz]
but my variables "coordx", "coordy" und "coordz" are often close to zero...