Saving graph distribution and window generated by script.
Hello, Here is my issue.I wrote different script to analyse a lot of datatable.Some scripts are generating Graph distribution and others are generating Window with specified data calculated....
//*First type of graphics generated that fit in a project*/
New Window( "Distribution du target status",
H List Box(
For( p = 2, p <= dim, p++,
nom = "target_status " || Char( p );
col = Column( nom );