This script ain't working ( the + n + bit).Code:program New; var n: integer; begin for n := 1 to 5 do begin wait (1000) SaveScreenshot(AppPath + n + 'awaaff.bmp'); end; end.
I just want a loop that will save different screenshots.
any help?
cheers!


Reply With Quote






