Why do you need an endless loop for a news banner?m
Unless you need something with pretty fast updates, you can use a simple counter measure:
That will count to 10 and repeat, increases 1 each update.
More info:
https://docs.rainmeter.net/tips/counters-guide/
Unless you need something with pretty fast updates, you can use a simple counter measure:
Code:
[Counter]Measure=CalcFormula=(Counter+1)%(10+1)
More info:
https://docs.rainmeter.net/tips/counters-guide/
Statistics: Posted by RicardoTM — Today, 2:21 pm