I'm trying to develop new Web part and that was I've found. Following code works well:
===
Function getContent(xmlndPart)
...
on error resume next
err.Raise 6
if err.number <> 0 then
...
===
and following one fails with "Script Execution Error: Overflow":
===
Function...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.