21/03/2021, 13:14
(21/03/2021, 09:15)berduş yazdı: [ -> ]aşağıdaki 3 fonksiyonu dener misiniz?
hangisini tercih ederseniz...
henüz hız testi yapmadım 4 yöntemden hangisi daha hızlı bilmiyorum
deneyince akşama doğru yazarım
1. yöntem
2. yöntemChose7: Choose(([plandate1] Mod 7)+1;[plandate1]+10;[plandate1]+9;[plandate1]+9;[plandate1]+9;[plandate1]+9;[plandate1]+11;[plandate1]+11)
3. yöntem
IIF7: IIf([plandate1] Mod 7=0;[plandate1]+10;IIf([plandate1] Mod 7>4;[plandate1]+11;[plandate1]+9))
Switch7: Switch([plandate1] Mod 7=0;[plandate1]+10;[plandate1] Mod 7>4;[plandate1]+11;[plandate1] Mod 7<5 And [plandate1] Mod 7>0;[plandate1]+9)
Sayın Berdus,
Harika çok teşekkürler. üçünü de denedim, doğru sonuçları verdi.