1:) Add a folder selection to your project. (You can choose to read only or delete what you read.)
2:) Create a folder and keep the cookies in separate txt files.
3:) After starting the project, transfer the variable from the folder selection to Read File. Change the name FILE_CONTENT to COOKIE.
4:) Call the COOKIE variable in the previous process and perform the Network/Restore Cookies process.
5:) Open google.com in the browser, the cookie will be added.
Не срабатывает оператор "if"
-
@prime said in Не срабатывает оператор "if":
Всегда так делал и работало. Разницы нет между тем что вы написали и тем что я. Я вынес "за скобки"... но спасибо!
Приведите пример, где это у вас "работало". В BAS используется синтаксис JavaScript, в котором ваша конструкция так же не работает:
var q = "hi" q == (("Не hi") || ("hi")) //false