Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello !
I use quite a lot the construction
$(Include=MyScript.qvs)
As a matter of fact, I dont edit my scripts inside QV itself. Not at all. I only have a single INCLUDE line at the top of them. And I edit them all OUTSIDE QV, using my editor of choice (TSE/32 from Semware).
Anyway, the point is :
Should I use a WRONG FILE NAME for the INCLUDE, it does not complain ! It says NOTHING !
Is it supposed to be like that ?
Thanks !
Just a suggestion:
You could check if the file exists and if not throw an error!
Best regards
Stefan
OK. But usually compilers complain about that. The script interpreter SHOULD complain abou that, IMHO.