Your script should be working. Of course, who knows where these files will end up because you haven't said where to put them so Windows will decide on it's own. Is that why you say it's not working - because you can't find them?
Try adding path information .. for (ii=3;ii<103;ii++) { save -bs graph$(ii) "F:\My Documents\My Pictures\graph$(ii).bmp" 400 400; };
Of course this script is limited to bitmaps. For other formats, you should use the image.export object methods.
|