Hi all,
Allow me to use this medium to wish everyone in this community a wonderful Christmas.
It will be the most special Christmas ever for most of us. Now, for many, Christmas is a special time that you would like to spend with your loved ones, friends and family. I sincerely hope that you will be able to celebrate Christmas the way you want to.
I also realize that not everyone celebrates Christmas for whatever reason. But for many it is a moment that radiates some magic. I think we can all feel that. Enjoy it.
Lots of love from Amsterdam!
Regards,
Peter
entry AnythingSpecialToday
params
date ipd_date : IN
boolean opb_SpecialFeeling : OUT
string ops_What : OUT
endparams
selectcase ipd_date
case "25-12-2020"
opb_SpecialFeeling = 1
ops_What = "It's Christmas, dude!"
elsecase
opb_SpecialFeeling = 1
ops_What = "Always be happy, but sometime even more."
endselectcase
end