Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
My script works great on BAS but when i try with custom interface nothing works as it should. When i check the dev tool all resources say " Did you forget to override SetResourceValue function ". any ideas?
Divide actions into 3 threads or make them run one after another. There is an action in the BAS that checks which thread is currently running.
@langtoi try :
Screen Shot 2022-11-28 at 17.39.51.png
@spa3212 said in UI button to perform specific function:
I wonder if it is possible to have a Button on a UI interface. When click it perform a specific Call to function.
https://wiki.bablosoft.com/web-interface/#/callbasfunction
@tet-vivi said in The IF function with many options:
@phamtracanh A <100 && A> 50 ?
@Fox said in The IF function with many options:
@phamtracanh said in The IF function with many options: Hi everybody, I want to use the If function with many options. For example, if A <100 and A> 50. If you know, please help me. Thanks. https://javascript.info/logical-operators
@phamtracanh said in The IF function with many options:
Hi everybody, I want to use the If function with many options. For example, if A <100 and A> 50. If you know, please help me. Thanks.
https://javascript.info/logical-operators
Thank you.