cell to file

  • Thread starter Thread starter luc
  • Start date Start date
L

luc

If I print a value of a cell to a file, there will be quotes in the file.
How to get rid of the quotes?
 
luc,
Depends on how you are "printing a value of a cell to a file" ??

NickHK
 
If you look at the documentation for WRITE, you'll see it *always* adds quotes
around text. If you read it carefully, you'll also see a reference to the
PRINT # function, and PRINT # is also listed when you click the "See also"
link. That is the command you need; but if you are writing more than one item
on a line, you'll have to add the delimiters between items yourself, in your
code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top