Is there a method that returns the line currently being executed? I am kicking off an email to alert me if an error occurs and I'd like to include the line number...thanks
Is there a method that returns the line currently being executed? I
am kicking off an email to alert me if an error occurs and I'd like
to include the line number...thanks
Only if you explicitly number the lines, which isn't much done any more.
But if you do number them, then I believe the Erl() function will return
the number of the failing line.
Only if you explicitly number the lines, which isn't much done any more.
But if you do number them, then I believe the Erl() function will return
the number of the failing line.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.