First time here? Check out the FAQ!
![]() | 1 | initial version |
Hi
Is the url still valid? It is always advisable to check such as:
sUrl = "http://....."
if fileExists(sUrl) then
print "ok => loadcomponentFromUrl"
else
print "ko"
end if
Regards