The auto update is not working everytime on my side, is downloading but failing to install. I have to download and install manually, not a big problem but reporting so you can take a look at this issue.
Thanks for using BAS!
Do you have download.zip file inside that folder? And if you do, can you open it and view content?
I was writing data to a file using two variables of type string and trying to escape them, like this:
[[VAR1]]\n[[VAR2]]
But doesn't work it. How can I create newlines in BAS?
Need to switch to expression type(which means any javascript) and enter follwing line [[VAR1]] + "\n" + [[VAR2]]
You can also use template action, which can contain multiline string:
Template is like an powerfull version of "Set Variable" because supports spintax and resource embeding, but it is also a little bit slower.
And here is project with comments
https://bablosoft.com/uploads/multiline_var.xml
Can you explaina littlew more the advantages of premium account and the prices please?
Next version will be BAS20, and there will be new features for premium users.
Right now:
You can protect your scripts. It means that compiled scripts won't expose its source. You can also manage your users and your scripts through web interface.
It means that you can stop or extend user license at any time, you can also update your script and it will be updated for all your clients.
Here is article with detailed explanation.
http://wiki.bablosoft.com/doku.php?id=how_to_protect_your_script
Premium gives abbility to hide browser list for compiled and protected scripts. In case if you want to hide algorithm on how your script works.
In a week:
Premium users will have support by email or skype(text messages only) with 2 working days guaranteed responce time.
And access to private source code repository in case if you want to change BAS source and get updates immediately. Because main github repository is updated once in a month or several and may be outdated.
In a two or three weeks:
Access to oops service. It tracks errors on user machines(failed to wait for element, failed to load page etc) and sends report to oops server. Premium user can enable that feature and view statistic through web interface. List of data for each error:
screenshot, error text, all captured resources, thread number, thread trace, action id that caused error, all variables, memory, os version, thread number, bas version, script name, headers, browser settings, mouse settings, resolution, etc.
Long term:
Ui constructor for compiled scripts, it means that it will be possible to drag and drop buttons, change colors, add images and insert arbitrary html in user interface of compiled scripts.
Ability to control(and install on server) one or several BAS instances through web interface. It can give you possibility to mantain and extend your BAS farm.
I will be very grateful if you deside to upgrade to premium, that would support development and make BAS releases faster.