in reply to how to store data in file with out using print

You could use printf instead, but that is probably less efficient, or use write with a format. But why?
Or you could write the code to use the native operating system API in XS, but why would you want to?
  • Comment on Re: how to store data in file with out using print