2023-03-09 08:02 AM - edited 2023-03-09 08:04 AM
Hi All,
Does ui_listitem not work in loops? I am only getting a single item...
FOR i = 1 to 10
ui_listitem{2} i, 1, array[i][2], 1, ""
next i
array[1][2]
And if there is someway to get it to work, is there a way to set the paramDesc to an array?
Ling.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
Solved! Go to Solution.
2023-03-09 08:56 AM
User error. My loop was starting from 1, so it was conflicting with the header...
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2023-03-09 08:56 AM
User error. My loop was starting from 1, so it was conflicting with the header...
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |