Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I'm using a while loop to evaluate a function. Then variables of the function is output for graphing purposes. However, I get an error message of "This variable is undefined"? How do I get rid of this message?
Thank you-
Solved! Go to Solution.
1. Use vi not v in the while test. (Set initial value for i)
2. Don't reassign v to vi at the end of the while loop.
See attached.
Alan
1. Use vi not v in the while test. (Set initial value for i)
2. Don't reassign v to vi at the end of the while loop.
See attached.
Alan