Can you write an ocean script that generates reports in .doc

Status
Not open for further replies.

pixel

Advanced Member level 2
Joined
Sep 16, 2004
Messages
508
Helped
69
Reputation
138
Reaction score
16
Trophy points
1,298
Activity points
3,993
ocean and word?

Is it possible to make ocean script that generates report in word-document file format?
 

ocean and word?

i usually use ocean to generate .out file which can be opened by any word editor.
to do that:
* of=outfile("./myfile") to create or overwrite the named file
* of=outfile("./myfile" "a") to append to the named file
* fprintf(of "Here's some sample output.")
* fprintf(of "Voltage at VOUT: %f\n" v("VOUT"))
 

    pixel

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…