variables

  1. LawnyToast

    Variable for Current Month

    Hello ProgressTalk! This is my first post so I will be brief. I am trying to find the most efficient way to display the current month in string form. Right now I have. iMonth = month(today) cCurrentMonth = if iMonth = 1 then 'January' else if iMonth = 2 then 'February' else if iMonth = 3 then...
Top