Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Lynn,
Knowing what the mistake is was the hard part. When ACL files fail, many times the crash simply interrupts the process of several files/functions from working. Your calling function responds with an error message indicating the number parameters needed and missing. You have to figure out what happened beyond simply that the function crashed. When the function is broke, such as that of a wrong syntax or something, usually you'll get the line number of the improper syntax. They're easy when that happens.
I'm notorious for the building of "IF ( thisVar = '1' ) {...}". The IF will break, but it doesn't know it's broke.??? or, I'll miss a closing ")" on the statement. That's the one that will give me the results you're talking about.
Anyway, chalk it up to a learning experience with ACL.
Have a good one,
Bob