License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
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-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | 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-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | 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-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |