Skip to main content
1-Visitor
November 12, 2013
Solved

This value must be a scalar?

  • November 12, 2013
  • 2 replies
  • 2421 views

Hello!

Recieve an error that this value must be a scalar . What am i doing wrong?

/E

Best answer by Werner_E

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.

2 replies

Werner_E
Werner_E25-Diamond IAnswer
25-Diamond I
November 12, 2013

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.

Ermis761-VisitorAuthor
1-Visitor
November 13, 2013

Thanks!