help syntax
Dec 26, 2019
05:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ACCEPTED SOLUTION
Accepted Solutions
Dec 26, 2019
06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 26, 2019
06:19 AM
You are trying to assign a value to 0 (the third element in the vector to the left of the assignment ':='). That is not allowed. 0 should remain 0 ...
If you change that 0 to epsilon_sub_3 for example, it should work.
Success!
Luc
2 REPLIES 2
Dec 26, 2019
06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 26, 2019
06:19 AM
You are trying to assign a value to 0 (the third element in the vector to the left of the assignment ':='). That is not allowed. 0 should remain 0 ...
If you change that 0 to epsilon_sub_3 for example, it should work.
Success!
Luc
Dec 26, 2019
11:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 26, 2019
11:22 AM
I know......Thanks!
