Calendar: Difference between revisions

Content added Content deleted
Line 4,884: Line 4,884:


func showdays(ind)
func showdays(ind)
if ind >=1 and ind <= 3
rownr = floor(ind/3)
rowbegin = 60
if ind%3 = 0
ok
rownr = floor(ind/3)-1
if ind >=4 and ind <= 6
rowbegin = 240
ok
if ind >=7 and ind <= 9
rowbegin = 420
ok
if ind >=10 and ind <= 12
rowbegin = 600
ok
ok
rowbegin = 60+(rownr)*180
for m = 1 to 6
for m = 1 to 6
for n = 1 to 7
for n = 1 to 7