To configure the Continue on Error functionality in RTE Scripts:
➤ To continue running the script on error, insert the following function:
TE_setvar(TE_IGNORE_ERRORS, 1)
➤ To restore the default behavior of failing the script on error, insert the
following function:
TE_setvar(TE_IGNORE_ERRORS, 0)
➤ To continue running the script on error, insert the following function:
TE_setvar(TE_IGNORE_ERRORS, 1)
➤ To restore the default behavior of failing the script on error, insert the
following function:
TE_setvar(TE_IGNORE_ERRORS, 0)
No comments:
Post a Comment