FET Forum

FET Development => Suggestions => Topic started by: Andrea Giordano on August 30, 2011, 11:53:21 PM

Title: Exel script and general timetable
Post by: Andrea Giordano on August 30, 2011, 11:53:21 PM
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)
Title: Re: Exel script and general timetable
Post by: Andrea Giordano on August 31, 2011, 11:44:25 AM
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>")
Title: Re: Exel script and general timetable
Post by: Andrea Giordano on August 31, 2011, 11:44:48 AM
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>")