Exel script and general timetable

Started by Andrea Giordano, August 30, 2011, 11:53:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andrea Giordano

Does anybody use this script by Liceo? It is interesting cause is supposed to be automatic and gives a complete comprehensive view of all teacher (that is usefull and should be integrated in FET along with Student, Teacher, Rooms)

Andrea Giordano

QuoteDoes anybody use this script by Liceo? It is interesting cause is supposed to be automatic and gives a complete comprehensive view of all teacher (that is usefull and should be integrated in FET along with Student, Teacher, Rooms)

The script is giving me an error: Errore di run.time "9" Indice non incluso nell'intervallo
(Run-time error "9"- Subscript out of range it says on the net) In the debug  mode it says (in Modulo 3 codice) that
   Do While trovaore > 0
        t_a = perore: t_i = "<Name>": t_f = "</Name>"
        trovadati
        indd = indd + 1
       [highlight] ore(indd) = t_res[/highlight]
        perore = t_a
     trovaore = InStr(perore, "<Name>")

Andrea Giordano

QuoteDoes anybody use this script by Liceo? It is interesting cause is supposed to be automatic and gives a complete comprehensive view of all teacher (that is usefull and should be integrated in FET along with Student, Teacher, Rooms)

The script is giving me an error: Errore di run.time "9" Indice non incluso nell'intervallo
(Run-time error "9"- Subscript out of range it says on the net) In the debug  mode it says (in Modulo 3 codice) that
   Do While trovaore > 0
        t_a = perore: t_i = "<Name>": t_f = "</Name>"
        trovadati
        indd = indd + 1
       [highlight] ore(indd) = t_res[/highlight]
        perore = t_a
     trovaore = InStr(perore, "<Name>")