Hey Ross,
I just did a very quick test and I don't get an error here
Here is the (quick and dirty) code I used in case it helps
--
property netID
property pDone
on beginSprite me
pDone = FALSE
end
on exitFrame me
if not pDone then
netID = getNetText("http://www.themmen.co.uk/test.txt")
pDone = TRUE
else
if netDone(netID) then
if netError(netID) = "OK" then
put netTextResult(netID)
end if
end if
end if
go to the frame
end
--
It returns me "Internet connectivity test" as expected
hth
Selon Ross Clutterbuck <[EMAIL PROTECTED]>:
> Hi Valentin
>
> I've just noticed that all the colons were missing - thought I'd replaced
> them after the various case statements but I guess I missed a few.
>
> Thanks for the info on the Redline I/O Processor and it's certainly a point
> of interest, but how would that explain everything only breaking in my
> office when it works perfectly well in the computer shop over the road?
>
> Also it's the getNetText call to http://www.themmen.co.uk/test.txt that's
> always returning 4146 and unless Windows 2000 Advanced Server has this I/O
> Processor on it I know I aint got it as the server's next to me!
>
> Thanks for the info so far - any further ideas?
>
> Ross
>
>
>
> ___________________________________________________________
> Switch an email account to Yahoo! Mail, you could win FIFA World Cup tickets.
> http://uk.mail.yahoo.com
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/lingo-l.cgi To post messages to the list, email
> [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is
> for learning and helping with programming Lingo. Thanks!]
>
--
Mathieu Sénidre
MatseMedia
Développement multimédia online/offline
tel 06 79 52 19 77
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]