safe programme error messages
safe programme error messages
(OP)
Hello
I am having a error message while using SAFE. This is Runtime error 5. Invalid procedure to call or argument. Any body has a clue what is this and where i can get information about these error messages. Any suggestion is highly appreciated.
Thanks
I am having a error message while using SAFE. This is Runtime error 5. Invalid procedure to call or argument. Any body has a clue what is this and where i can get information about these error messages. Any suggestion is highly appreciated.
Thanks






RE: safe programme error messages
Some part of the call can't be completed. This error has the following causes and solutions:
· An argument probably exceeds the range of permitted values. For example, the Sin function can only accept values within a certain range. Positive arguments less than 2,147,483,648 are accepted, while 2,147,483,648 generates this error.
Check the ranges permitted for arguments.
· This error can also occur if an attempt is made to call a procedure that isn't valid on the current platform. For example, some procedures may only be valid for Microsoft Windows, or for the Macintosh, and so on.
Check platform-specific information about the procedure.
RE: safe programme error messages
I really appreciate all of those whocan give some idea about this.
Thank you vey much.
RE: safe programme error messages
RE: safe programme error messages
I have used SAFE many times but haven't encountered any such difficulty. I think there may be some error in modeling. Check your model thoroughly and I believe it will work.
RSMEngr