row

  1. F

    Question Create a timer and assign it a function for each row of data gotten from a SQL query

    Basically, I want to create a timer for each row of data that will get returned by a SQL query: SELECT * FROM Projects I would want the timers to be called "Compteur" & ROWID. This really is necessary. I need them to have different Ticks and so that some can be enabled all at once. Basically...
Back
Top