14.09.2023, 11:47
1. Add more trend fetch calls to the buf table.
2. Add more rowX/valueX variables into the for loop:
3. Add these new values to string.format. Each %.Xf outputs a number, where X is the number of decimal places.
2. Add more rowX/valueX variables into the for loop:
Code:
row3 = buf[ 3 ][ i ] or {}
value3 = row3[ 3 ] or 0
3. Add these new values to string.format. Each %.Xf outputs a number, where X is the number of decimal places.