@m4zuper Hey, man, the issue still occurred, even though I added what you said. Is this have any relation with a fingerprint? Because I don't use that tho, as you saw in my test script. I think this is related to this post : https://community.bablosoft.com/topic/19823/playing-youtube-with-vpn-extension-white-blank-bas-browser/2
How can i calculate number in bas
-
let say
i have this number 2 i want to add 2 in it so it automatically become 4
how can i do that using bas
i can pay 20$ for it if some one can help me -
Как я могу рассчитать число в BAS
example = 2+2 = 4
999 + 2 = 1001 -
-

VAR_SUM = parseInt(VAR_YOU_VARIABLE) + 2 -
ore
VAR_SUM = Number(VAR_YOU_VARIABLE) + 2 -
thank you mate leave your bitcoin address i will send 20$

