do loop nest Answered
hey,
Could you tell me what is wrong with this code,the print file says that symbol is undefined.I can‘t understand why it is wrong.
The 3rd picture is the command reference example. My do loop nest is similar to the example.But why is it wrong ? And please tell me how to modify it
Best regards



2 comments
Hi there,
The way symbol works means that etx$I$J is being evaluated as etx$I1 for the first iteration and is then looking for I1 which does not exist. This happens because the last symbol is evaluated first. See this article for more details.
Best Regards,
Chloe
OK,Miss Chole
Thank you so a lot.I have understund my code after reading the article you mentioned.
Best Regards
Please sign in to leave a comment.
Didn't find what you were looking for?
New post