Hallo zusammen,
kann ich folgendes verwenden?
dayofweek()==WEEKEND
und
dayofweek()==WEEKDAY
Hat heute irgendwie nicht geklappt
[highlight=epc]
if Rolloautomatik==EIN and Urlaubautomatik==AUS and dayofweek()==WEEKEND and elevation() < -6f32 then write ("UG-3/0/0",RUNTER); write ("EG-3/1/0",RUNTER); write ("Büro1 Auf/Ab-2/0/0",RUNTER); write ("Büro2 Auf/Ab-2/0/3",RUNTER); write ("Gast Auf/Ab-2/1/0",RUNTER) endif
[/highlight]
kann ich folgendes verwenden?
dayofweek()==WEEKEND
und
dayofweek()==WEEKDAY
Hat heute irgendwie nicht geklappt
[highlight=epc]
if Rolloautomatik==EIN and Urlaubautomatik==AUS and dayofweek()==WEEKEND and elevation() < -6f32 then write ("UG-3/0/0",RUNTER); write ("EG-3/1/0",RUNTER); write ("Büro1 Auf/Ab-2/0/0",RUNTER); write ("Büro2 Auf/Ab-2/0/3",RUNTER); write ("Gast Auf/Ab-2/1/0",RUNTER) endif
[/highlight]
Kommentar