Instead of
Code: Select all
AAdd(aError,"Some string")
Code: Select all
AAdd(aError("Some string")
If I make the same mistake in VO, I get 2 clear errors on the same line so I know immediately what I've done wrong:
entity AERROR is unknown: 51121
bad function call: 51138
In X# I get:
Error XS9002 Parser: unexpected CRLF, are you missing a token ?
so I've no idea what is actually wrong.
Would it be possible to improve compiler errors more towards the level we are used to in VO?
Dick