XANSYS Message: 25690 [Go back to message list]
[bookmark on del.icio.us]
No rating yet
Rate item:

Subject: Re: Writing more than 10 parameters to output
Author: Navaneeth Bashyam
Date: 2001-07-09 12:01:00

Simon,
If you are using a UNIX box
then you might want to try this work around using multiple *vwrite...

write a ASCII table in the group of 10 parms in different files
then paste them as you want.

example...

*cfopen,file1,dat
*vwrite,par1....par10
(format)
*cfclos

*cfopen,file2,dat
*vwrite,par11....par20
(format)
*cfclos
*cfopen,file3,dat
*vwrite,par21....par30
(format)
*cfclos

/sys, paste file1 file2 > file1_2
/sys, paste, file1_2 file 3 > file1to3
....you can go on like this

Hope that helps
Navaneeth
Compressor Technology
GE-PS, Greenville
*288 2553

-----Original Message-----
Sent: Monday, July 09, 2001 11:10 AM
To: 'xansys '

Can anyone please tell me how to output more than 10 parameters (e.g.
columns in an array) to an ASCII file (*vwrite limited to 10 parameters)

Thanks in advance

Simon English
Inbis Ltd
Sunderland


Posts possibly associated with message #25690AuthorDateScore
25689Writing more than 10 parameters to outputSimon English2001/07/09 
25690Re: Writing more than 10 parameters to outputNavaneeth Bashyam2001/07/09 
25704Re: Writing more than 10 parameters to outputJames Kosloski2001/07/09 
25716Re: Writing more than 10 parameters to outputZmire Boris boris.zmire@2001/07/10 
25756Re: Writing more than 10 parameters to outputJohn Swanson2001/07/10 
25762Re: Writing more than 10 parameters to outputJim Patterson2001/07/10 
25768Re: Writing more than 10 parameters to outputJohn Swanson2001/07/10 
25863Re: Writing more than 10 parameters to outputMartin Vezina2001/07/12 
25989Re: Writing more than 10 parameters to outputSheldon Imaoka2001/07/17