[ncl-talk] Remove white-spaces from write_table output

Rabah Hachelaf hachelaf at sca.uqam.ca
Wed Aug 9 15:13:50 MDT 2017


Hello,
I am wounding why there is a systematic white-spaces between values
although they are removed from the format specifier.
How can i remove white spaces from in this case.

Thank you


begin
outfile = "test.txt"
sounding_check = [/2,"99999","99999","99999","99999","99999","99999"/]
write_table(outfile,"a",sounding_check,"%2i%s%s%s%s%s%s")

end


output :
 2 99999 99999 99999 99999 99999 99999
-- 
------------------------------
Best regards,
Rabah Hachelaf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170809/b2a2d240/attachment.html 


More information about the ncl-talk mailing list