yes. i did create skill that was able to create .xml scripts working in BAS. i will not share it, sinse it is not finished and it needs more testing and fixing and I don't have time for it. With few hours/days you can do it with claude code you can start with skill.md from this post and work on adding all knowlege about BAS conventions and different actions and their interface incoding to be showable in bas and create claude code skill for it.
https://community.bablosoft.com/topic/32063/skill-для-написания-проектов-через-claude-code?_=1783629618785
How to read by line with BAS?
-
Hello
Any update on how you solved the issue?
I have the same problem now but can not figure out how to extract line by line.
I have used read file to save string from file text in a variable.
The problem is i can not import text in list because the jump to line disapear in the stringlook the Original text file :

And now look the result with read file

Its just like BAS delete the line info.
Basically i would like to retrieve le line containing openvpn on the list
Please help -
Thank you for the interest @cparonny
I ve forgot to precise that the result without "line ending symbol" is obtained with

This permit to give me all network card state.
Then i need to choose the line containing "openvpn" and then check in this line if i find "Connected" or "Connecté"
Then i break the loop to go through the script because i am sure the vpn has connected.In other word is there any function to add "line ending symbol" to string? like in write file parameters?

