better code that works in the latest versions of the BAS without problems:
_sa = function (id){
log(id)
ScriptWorker.SetCurrentAction(id)
}
to stop logging :
_sa = function (id){ }
@yubas said in RESOURCE_AS_LIST баг (ли):
Привет!
Нубский вопрос. Создал ресурс test из файла с логинами.
VAR_RESOURCE_AS_LIST = RPick("test|notreuse") выдаёт пустой список
VAR_RESOURCE_AS_LIST = RPick("test") засовывает в список логины
Так и должно быть?
Да