This update has ruined my script, went from easily running 100 threads to non stop fails on 50... how can I compile so when launched it'll use an older version?
I'm trying to write a date from *csv file into web input form. The date in *csv file is in MM/DD/YYYY format, but my BAS inputs it as YYYY-DD-MMT00:00:00:00... i need it to fill out the webform in MM-DD-YYYY format. what ami doing wrong?