In case anyone else encountered this problem. You have to edit your function and check the "has return value" box. Then your return will work. After this you have to use "Call Function" again and now you have a new field for saving results.
Problem with login BAS
-
@abeme said in Problem with login BAS:
I am trying to login on website using my data.txt with logs in form (Login:Password).
How can i read this file, then split the line by " : " to have 2 Variables --- LOGIN=Login and PASSWORD=Password?

-

