• Here is an algorithm for what I want:

    For each link in tblTables_And_Links

    variable DownloadURL = link

    open httpconnection(DownloadURL)

    TodaysDate = now

    If TodaysDate > LastModified then

    execute DownloadData

    else goto next link

    next link

    Does this make sense?

    Regards:
    Mordred
    Keep on Coding in the Free World