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...
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...
Hello
I'm having big trouble debugging a program in Fortran77.
The compiler shows two error messages in row 5709:
error 270 - Missing width count for 'E' descriptor
error 274 - Unknown edit descriptor 'm', or missing comma
with the following program code:
Row 5704
577 format(1h ///...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.