I am on 16.2.0 (Windows 10).
While running the Save Picture (example) in the Scripting Index, I am getting the attached error. What is going wrong?
//:*/
<< Save Picture( "path/to/example.png", "png" );
/*:
//:*/
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
/*:
Data Table( "Big Class" )
//:*/
Names Default To Here( 1 );
//This message applies to all display box objects
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = dt << Bivariate( y( :weight ), x( :height ) );
rbiv = biv << report;
rbiv << Save Picture( "path/to/example.png", "png" );
/*:
File \path\to\example.png could not be saved in access or evaluation of 'Glue' , Names Default To Here( 1 ); /*###*/dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); /*###*/
biv = dt << Bivariate( y( :weight ), x( :height ) ); /*###*/rbiv = biv << report; /*###*/
rbiv << Save Picture( "path/to/example.png", "png" ) /*###*/;
at line 3 in Scripting Index
When it's too good to be true, it's neither