Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I have functions, which are working fine when I call in the first time. But I get an error "This Value must be an integer" with any subsequent calls for the same functions...
What is wrong? please help!
Solved! Go to Solution.
@Eng_ReyD_497 wrote:
I have functions, which are working fine when I call in the first time. But I get an error "This Value must be an integer" with any subsequent calls for the same functions...
What is wrong? please help!
You've overwritten your definition of the function lsur. You can either change the name of the function/variable or change the Label on the function as I've done in the attached worksheet.
Stuart
Attached is the Mathcad
Please upload your Mathcad worksheet to message.
I did twice above
@Eng_ReyD_497 wrote:
I have functions, which are working fine when I call in the first time. But I get an error "This Value must be an integer" with any subsequent calls for the same functions...
What is wrong? please help!
You've overwritten your definition of the function lsur. You can either change the name of the function/variable or change the Label on the function as I've done in the attached worksheet.
Stuart
No problem.
Stuart