Hello Antonin: In message <4a4916a50911281346q73955150gbd255a9210065...@mail.gmail.com>, antonin mora writes: >with sec.pl, after adding a value into a context with command "fill", >i would like to print this value with the command write, how can i do >it ? And if it's not possible how can i do it differently ? (without >using report and a script)
Try: action = fill context ...; copy context %{myvar}; write filename %{myvar} this should copy the content of the context into a variable (myvar) and then write the variable value into a file. Also the action report context cat >> filename will work fine. No need for a script. I am not sure which is faster however. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Simple-evcorr-users mailing list Simple-evcorr-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users