I have three different parameters and I want to combine them into one. I want to create a date field from the day, month and year parameters. I've tried some code, adding the parameters together, storing them to another parameter but it ends up blank. I dont get it.
This is what I've got so far:
date = "str(lmonth) + lday + lyear"
WAIT WINDOW TRANSFORM(date)
This is what I've got so far:
date = "str(lmonth) + lday + lyear"
WAIT WINDOW TRANSFORM(date)