I get this compiler error at multiple places Screen1.yail get-property-and-check has too few arguments need 3 has 2. How to examine and correct the the Screen1.yail
check your warnings and fix them... especially the red ones...
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
Thanks for the response Taifun,
It says
Screen1.yail line 50: call to 'get-property-and-check' has too few arguments (2; must be 3)
I'm not able to find this file Screen1.yail anywhere.
Any idea where that file would be available.
Hello Vikas
When compiling fails, it is very often not to do with the specific error line reported, but code before it being incorrect - correct that code and the error line does not occur.
There are many reasons why a Build will fail, see my check list:
https://www.professorcad.co.uk/appinventortips#TipsApk Cannot Build/Install/Run APK
Thank you ChrisWard. That indeed helped.
I was looking for some file and line numbers, while the errors were right there on the building blocks.
My first visual program is working..
Somewhere in your blocks there is a method/procedure which needs 3 params but you have provided only 2 so 1 socket is still empty.