9.2.3 save_csv문
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
var res
save_csv res,"locs"
wait res==1,4,*timeout
copyfile res,"project/vars/locs.csv","work/arrs/locs2.csv"
wait res==1,4,*timeout
call 5
end
*timeout
print "failed to save new locations."
end