Hi there,
I come across a naming problem with banano. I have a global variable named pageNum, which is an integer. But a compenent's id is also pagenum. There will be a conflict.
Also, I have a sub named "Search" (my app is also named search). I will have this error:
So I changed it from "Search" to "DoSearch".
Is there a nomenclature of banano that we should pay attention to?
I come across a naming problem with banano. I have a global variable named pageNum, which is an integer. But a compenent's id is also pagenum. There will be a conflict.
Also, I have a sub named "Search" (my app is also named search). I will have this error:
B4X:
app1552469813553.js:9 Uncaught TypeError: self is not a function
at banano_search.searchbutton_click
So I changed it from "Search" to "DoSearch".
Is there a nomenclature of banano that we should pay attention to?