NewsArchive
07-23-2008, 02:01 AM
Hi Friedrich,
I've only had to do this couple of times but it trips me up every time.
"Host Address
[in] String that specifies the full URL to the file you want to download.
Do not include the http://. in the URL path. "
Could you add some check to see IF the http:// is included and then prompt a
compiler warning or something. Everywhere I need to use an address I'm
allowed to use the http:// so it's not intuitive at all to not use it and
have no warning
If Instring('http:',Lower(URL),1,1)
Message('DO NOT INCLUDE the HTTP: you daft idiot!','READ THE F...
MANUAL!',ICON:HAND)
End
<g>
Or alternatively parse it off if it's included:) Would have saved me
considerable time every time I've had to use this;)
--
Arnor Baldvinsson
Icetips Creative, Inc
I've only had to do this couple of times but it trips me up every time.
"Host Address
[in] String that specifies the full URL to the file you want to download.
Do not include the http://. in the URL path. "
Could you add some check to see IF the http:// is included and then prompt a
compiler warning or something. Everywhere I need to use an address I'm
allowed to use the http:// so it's not intuitive at all to not use it and
have no warning
If Instring('http:',Lower(URL),1,1)
Message('DO NOT INCLUDE the HTTP: you daft idiot!','READ THE F...
MANUAL!',ICON:HAND)
End
<g>
Or alternatively parse it off if it's included:) Would have saved me
considerable time every time I've had to use this;)
--
Arnor Baldvinsson
Icetips Creative, Inc