adam dunne wrote: > I tried yr suggestion, but when I do a Windows search with all or part of the > file name you suggest, it comes up empty. > If I change the file name, I get a value error. > > Any way getting the file into temp in j601?
pd 'save bmp' will create file temp/plot.bmp or pd 'save bmp c:\myfile.bmp' will create the named file. For example: plot mydata pd 'save bmp c:\myfile.bmp' As Devon points out, maximize the plot first, since it reads the pixels from the screen. It would be useful to support another parameter with the required file size. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
