Product: | Elvis |
Version: | all |
Booth: | 2001-11-19 |
Summary
This article explains the importance of line specification for errors in elvissvr.log as in the following example:
[00431D6C] [Script Error 80040015 at 3/73/0] Runtime Error on line: 73 - Type mismatch
Details
The meaning of the line specification for errors in the elvissvr .log in the following example:
[00431D6C] [Script Error 80040015 at 3/73/0] Runtime Error on line: 73 – Type mismatch
3/73/0 means: Error in the 3rd section in the 73rd line at the 0th position in the line (the value is actually always 0 in log files).
There are three sections of the program. The first and third sections are attached by Elvis (the first in front, the third in the back).
The second section is written by you.