Filesoutput of Strings (Text)
Filesoutput of Strings (Text)
(OP)
Hi,
here a unusual question:
I have an vector containing strings. Now I want to write them into a file. How can I match that?
background:
I wrote a simulation of the behaviour of cars while they're driving. Now I want to export the calculatet values into a 3D-graphics-program (e.g. POV-Ray). All commands are listed as strings in a vector and shown right in MathCAD. But if I write them into a file, using WRITEPRN("D:\test.txt"):=Code I only get lines with " -1.#QO".
How can I match that?
Thanks, Christian.
here a unusual question:
I have an vector containing strings. Now I want to write them into a file. How can I match that?
background:
I wrote a simulation of the behaviour of cars while they're driving. Now I want to export the calculatet values into a 3D-graphics-program (e.g. POV-Ray). All commands are listed as strings in a vector and shown right in MathCAD. But if I write them into a file, using WRITEPRN("D:\test.txt"):=Code I only get lines with " -1.#QO".
How can I match that?
Thanks, Christian.
RE: Filesoutput of Strings (Text)
Jon
Program:
text:stack("text1","text2","text3")
WRITEPRN("c:\temp.prn"):text
Resulting text file:
// Datafile written by Mathcad
// 05/25/05 12:05:42
.MATRIX 0 0 3 1
"text1" "text2" "text3"
RE: Filesoutput of Strings (Text)
There are more than 100 rows and I dont want to remove all quotation marks. And If I want to display big string-matrices, the computer crashes...
Now I try to write this in C++ and export only the values from MathCAD.
The file "POV-Ray.mcd" is at my website:
http://mitglied.lycos.de/Chr_Meissner/Public/