@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 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$

