Saving to a data file

hi, what is the code in saving printout data to a data file? for example, i want to save these three batches of printouts:

 av40->Print();
 av41->Print();
 av46->Print();

thanks for your help :slight_smile:

regards,
jaybee

1 Like

Hi Jaybee,

You can redirect from the prompt using .> output.txt

Or you call av->SavePrimitive() and edit the resulting source code.

Cheers, Axel

@axel, gracias :slight_smile: i will try this :slight_smile:

1 Like