"it" almost always containa data.

e.g contains "404 Page Not Found"  

I wondering if we have to parse it for all possible errors?

Or, if there is  just *one* thing that is true, for all "I found the file, here 
it is" cases



J. Landman Gay wrote:

    I've used this:
    
      get url tURL
      put the result into tNetworkErr
      put it into tData
    
    If the result isn't empty then there has been an error. Otherwise, you 
    can do something with the data in the "it" variable.
    
    

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to