The Picture Box() function takes a picture object as an argument, rather than a filename string. To get a picture object, use the Open() function with a second argument that specifies the type of picture that you want to open. Here's an example (modified from the Picture Box() function example in the JSL Functions Index under the Help menu):
New Window( "Example", Picture Box( Open(
"$SAMPLE_IMAGES/black rhino footprint.jpg",
jpg
) ) );
Michael Crotty
Principal Statistical Writer
Manager, Statistical Documentation
JMP Development