Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi good morning i have problem with success number iset my script success number is 100 and fail number is 999
but when i run it the program stoped and showing result at success 34
WHY ? can anybody help my ?
Thank you
@resep Attach a test project to reproduce the problem, most likely you have an error in logic.
@iogi Texted you in private messages
Solution for people who may have a similar problem:
" $('#Logs .log-line').slice(13).remove(); "
By default it says slice(500), adjust this number according to your needs. 13 was enough for me.
image.png
@yod4
Screenshot_12.png
@fox
Thank you very much. This will help a bunch in alot of projects.