View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default embed <alt<enter for multiline cell in a CSV file

Character 10 would be

\012 in octal (if I understand your notation).

--
Regards


"John Lopez" wrote in message
...
Thanks for your help.

I am actually writing this in TCL/TK which is the native development
language for the Matrix/Oracle database.


Therefore, unlike MSVB, TCL does not have a string construct that will
allow something like "char(10)".

I did do a different test last night and found that by doing:

regsub -all -- ":" [mql print bus $xID select state.name dump ":";]
"\034" y1

When viewed in Excel, the octal 034 appears as a non-printing char.
However, it does not wrap as desired.

Thanks


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!