KB-31535: Using On Error Goto in E3 scripts.

Question:

Can I use “On error goto” to debug scripts on E3?

Solution:

No, you cannot, because the VBScript does not support this function.

However, you can use “On error resume next” to handle the error through the code returned in the Err object (IF Err.number <> 0).

Check the link below to see a list of VBScript’s errors: http://support.microsoft.com/kb/180751/en-us

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *