-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raise an error when a FOR loop is not properly closed. #180
Comments
You are closing the FOR loop properly. You need to use I think this case can use a better error message, as an unclosed FOR loop is never intentional. I'll mark it as a potential enhancement. |
Ok, thanks for finding my error. Strange, because I mechanically wrote |
And what about that ALIASes? |
The ALIAS commands are below the end of the FOR loop, right? As the FOR-loop wasnt properly closed, the rest of the template was ignored. |
You should read with understanding. I wrote "More, when I remove this part of template:". read againg my original post |
Mind the attitude. Note that I'm helping you for free with something that looks like your job. Unless you're working on something that processes invoices for charity, that means i am helping you make money. Regarding your issue: see the docs on the ALIAS command. You need to resolve the alias with |
Keeping this issue open as the unclosed FOR-loop warning is a nice potential enhancement. |
Again, this is free software. I'm not asking you to help me fix any kind of bug, and you're not obligated to use my work. In your initial post you referred to |
Closing this issue because a lot of its comments have apparently been deleted. A new issue for this problem has been created by someone else with a more elaborate explanation #322 . |
I can't fill in attached template. All I get is first 4 lines of the template with filled markers and then the rest is cut.
I'm attaching the template and the data I want to put in it.
Template
Prawne-oswiadczenie-PDOP-VAT.docx
More, when I remove this part of template:
I get an error that
It just ignores the declaration of ALIASes which is just before the usage of
taxYear
The text was updated successfully, but these errors were encountered: