seasons greetings

  1. Unobtainius

    Merry.Christmas("Ho Ho Ho")

    Sub FestiveGreetings For Each Person As Member In Formum.Members If Member.CelebratesChristmas Then MsgboxAsync($"Merry Christmas ${Member.Name}"$ Else MsgboxAsync($"Festive wishes to you ${Member.Name}"$ End If Next End Sub
Top