Jump to content
Software FX Community

Export to a custom file


User (Legacy)

Recommended Posts

Hello eveyone,

I know we can export graph data in a text file (X-Y graph -> 2 columns with

data). My question is can we customize the format of the file ? I want to

add a header to describe the graph like this:

#####################################

# Gain versus time

# (dollar $) ( days)

######################################

10 1

20 2

40 3

50 4

Thank a lot for your response,

Ren

Link to comment
Share on other sites

No. The file can not be customized in that way.

You can, however, create the text file yourself, write the header and pass

the file handle or Stream pointer to the Export method so that we write from

the current file position and on.

Depending in the development tool you are using this might or might not be

possible/easy.

Can you describe your architecture a little bit.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...