one of my frequent errors when using the "foreach" statement is to write "for" instead of "foreach". i.e. to write
Code: Select all
for oItem as MyItem in oList
next
Code: Select all
foreach oItem as MyItem in oList
next
Code: Select all
error XS9002: Parser: unexpected input ....
Thank you very much!
Wolfgang
P.S. I'm asking here before adding a ticket because I'm not sure if such a request is appropriate