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
Hello!
Recieve an error that this value must be a scalar . What am i doing wrong?
/E
Solved! Go to Solution.
The problem is one line above the call of STEP13. There is a multiplication sign between the parameters of that function instead of the comma.
The problem is one line above the call of STEP13. There is a multiplication sign between the parameters of that function instead of the comma.
Thanks!