PDA

View Full Version : Line numbers...confusing?


bucksommerkamp
07-25-2005, 02:54 PM
Can anyone tell me how to successfully debug line numbers when seeing errors such as this:

[07/25/2005 14:19:19] Success Display screen: Download File (HTTP)
[07/25/2005 14:19:21] Error Script: Download File (HTTP) > On Start, Line 336: Argument 1 must be of type string. (-1)
[07/25/2005 14:19:25] Error Script: On Finish, Line 10: attempt to concatenate field `?' (a nil value) (-1)
[07/25/2005 14:19:32] Success Run client data event: Client Script
[07/25/2005 14:19:32] Notice Exit update process (Return code: 5)

In looking through my scripts, I don't see any "line 336" although there is a "line 10" and it doesn't seem to match up to the error being generated.

Any help would be appreciated!

Thanks,
Buck Sommerkamp

Worm
07-25-2005, 03:05 PM
If you're calling a global function, it could be there.