0

How to create recurrent events?

How do you create recurrent events entriy such as salary?

1 reply

null
    • Sebastien
    • 4 yrs ago
    • Reported - view

    let theId := Type;
    let theAmount := Salary;
    let theDate := date(year(Date), month(Date), day(Date));
    for i from 1 to 25 do
    theDate := theDate + 14;
    let c := (create Table1);
    c.(Texte := theId);
    c.(Date := theDate);
    c.(Nombre := theAmount)
    end

Content aside

  • 4 yrs agoLast active
  • 1Replies
  • 546Views