@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
How to work with accounts ??
-
Hi everyone, i am already liking bas and its simplicity . Currently making a script for youtube and its working perfect for 1 account. My problem is how to iterate through account one by one using list , file or database . What i want to acheive is
- Use a account
- log and save cookie.
3.Do operations , clear everything
4.Use another account from list, file or database ( whichever is more efficient ) and repeat the steps.
Currently i am not worried about threads . Any hint or tutorial regarding this is highly appreciated .
-
@andy231 Welcome to BAS!
I've attached a sample script & files showing a few different ways for you. You'll being using "Phrase Line" and the most used delimiter for BAS is ":". When calling from a CSV files with any of the character basic delimiters for CSV files you want to wrap the cell with quotes so it knows it's one whole one.
To achieve selecting a new list item within a while/for/foreach, you want to uncheck "Reuse Resource" which will pull a new item from the resource after setting the variable.

Let me know if this was any help to you!
Allister☯
