@romit In BAS 0, this is not a tab, but as it were, the initial page of the browser and it cannot be closed, only the following can be.
If 0 close it, then the stream itself closes as it were :)
The browser seems to be closed.
Resource Tab. how to select resource based on resource tabs
-
Create resource Select write your options inside it.
set a variable using your resource as value.
then use if, for example if [[TYPE]]=="Resource1" = call function "Resource1".
You can use else and more if, if you have more functions.

And so one until you can call your function based on what you choosed in select.
If you still dont understand it, I can leave an example script for this. -
hello sir, thanks for your reply. This is the example condition what i want to execute

I have script that handle more action than this image example. main idea is i want my script can choose wich function/script to run by selecting on the left tab panel. can u make example script for the condition based on the image example?
thanks before -
I want something like this image example, bot with many Tabs that can run different script/function on each Tab. the problem is in Main function i cant figure out how to achieve this method :D
i hope someone can show me an example script for this.
@UserTrue  -
@NotWegant why are you setting your resource as a variable at the beginning? You don’t have to do that.
-
@duckingfyslexia idk, this is the way I learned it.
-
@NotWegant all that is doing is sorting the resources. Each of those tabs are just tabs, and each ones group of resources relates to its function.