I have created a script to automatically load webpages. How do I save the picture.
proc main
string site
string b
integer a=10
start:
itoa a b
strcpy site "strcat site b
strcat site ".jpg"
site
while $endwhile
; how do I save picture?
a++
goto start
endproc
proc main
string site
string b
integer a=10
start:
itoa a b
strcpy site "strcat site b
strcat site ".jpg"
site
while $endwhile
; how do I save picture?
a++
goto start
endproc