Message 1 of 31
How do i find the location of error: bad argument type: fixnump: nil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What's the best way to find the cause of this error? From what I found online, "The error is caused by a function requiring an integer argument has been passed an argument of incorrect data type with the value noted in the error
message". The message I get is nil, but I don't know what part of the code this error is occurring at. I tried to break on error than ran the routine , but its still unclear to me where the error is at. Is there a better approach? Should I try the variable watch? I can post the code if someone needs to see it, but there are multiple routines that work together. I'm pretty sure which routine is causing the error, I just don't know how to locate where in the routine the error is occurring at.