Hi
def var lc-year as char no-undo.
def var pi-startYear as int initial 2009.
def var pi-endYear as int initial 2011.
display lc-year.
in this code, I need my output for lc-year as given below.
lc-year : "2009, 2010, 2011"
how can I get that. can anyone help me in this.
Thanks in advance.
def var lc-year as char no-undo.
def var pi-startYear as int initial 2009.
def var pi-endYear as int initial 2011.
display lc-year.
in this code, I need my output for lc-year as given below.
lc-year : "2009, 2010, 2011"
how can I get that. can anyone help me in this.
Thanks in advance.