;read file (define web (read-file "/tmp/finviz_quote_syf.html")) (print "file read") ; remove head section (define pos (string-find web "((.|\r?\n)*?)" "")) ; extract tables (print web3)