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