cgirolet
11-19-2003, 11:44 AM
hello
many time ams5 is reporting an error and i can't figure why
i tried to test internet connection, so i did that
result = http.TestConnection("http://www.mysite.com", 20, 80, nil, nil);
if result = true then
connection =1
else
connection = 0
end
and ams is reporting a syntax error in the "if" line,sometimes it reports that then is missing when i tried if (result = true) then, another synthax error is reported where i am wrong ? i got many kind of error like that, is that a bug ?
thanks
claude
:confused: :confused: :confused:
many time ams5 is reporting an error and i can't figure why
i tried to test internet connection, so i did that
result = http.TestConnection("http://www.mysite.com", 20, 80, nil, nil);
if result = true then
connection =1
else
connection = 0
end
and ams is reporting a syntax error in the "if" line,sometimes it reports that then is missing when i tried if (result = true) then, another synthax error is reported where i am wrong ? i got many kind of error like that, is that a bug ?
thanks
claude
:confused: :confused: :confused: