Error messages
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2006-10-26
06:05 PM
- last edited on
ā2023-05-23
05:12 PM
by
Rubia Torres
ā2006-10-26
06:05 PM
"error in line 128 of 3d script blah blah blah"
instead of telling you which parameter that was changed is causing the problem as in
"invalid sill thickness"
the other message is not much help if you don't know the GDL script
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2006-10-26 07:12 PM
ā2006-10-26
07:12 PM
It's not always that simple. A single line of code could have a dozen variables that relate to it, and it could even be a problem of one variable added to or divided by another. Telling the line that causes the error is about as fine as any compiler is capable of.
However, the better compilers out there will show you the line of code causing the problem, which I think could be tremendously useful. Even a non programmer who sees something like: sashWidth/WindowDivisions might figure out that having zero divisions would be a bad thing.
However, the better compilers out there will show you the line of code causing the problem, which I think could be tremendously useful. Even a non programmer who sees something like: sashWidth/WindowDivisions might figure out that having zero divisions would be a bad thing.
Tom Waltz