Search results for query: *

  1. F

    replace in html?

    I have another question. I have taken an HTML file called "template.html" and got its content. Then I change some variables and save it to a new file in the same directory. Afterwards, there is something else I need to do before saving but I don't know how. In the template.html file, I have a...
  2. 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