Merry Christmas

M

Murray

Martin H. said:
I wish you all a very merry Christmas and a happy new year!

Martin

I think what you're trying to accomplish here can most efficiently be done
as follows:

Dim Christmas, NewYear as Holiday
Dim MoodC, MoodN as New HolidayAdjective
Christmas.Date.Month = 12 : Christmas.Date.Day = 25
IF Christmas.Date.Year > 0 THEN MoodC.Description = "Merry" ELSE
MoodC.Description = "Undefined"
NewYear.Date.Month = 1: NewYear.Date.Day = 1
MoodN.Description = "Happy"

Alternatively, you can include the following line:
Christmas.UnderTree.Item = New iPOD
after line 3, in which case MoodC.Description is automatically set to
"Merry"

I would also recommend adding the following line:
NewYear.DateAdd('hour", -12).DrinkResponsibly = TRUE
This will ensure that
NewYear.SpendTimeinJailForDrunkDriving is not inadvertently set to TRUE
 
M

Michel Posseth [MCP]

Murray said:
I think what you're trying to accomplish here can most efficiently be done
as follows:

Dim Christmas, NewYear as Holiday
Dim MoodC, MoodN as New HolidayAdjective
Christmas.Date.Month = 12 : Christmas.Date.Day = 25
IF Christmas.Date.Year > 0 THEN MoodC.Description = "Merry" ELSE
MoodC.Description = "Undefined"
NewYear.Date.Month = 1: NewYear.Date.Day = 1
MoodN.Description = "Happy"

Alternatively, you can include the following line:
Christmas.UnderTree.Item = New iPOD
after line 3, in which case MoodC.Description is automatically set to
"Merry"

I would also recommend adding the following line:
NewYear.DateAdd('hour", -12).DrinkResponsibly = TRUE
This will ensure that
NewYear.SpendTimeinJailForDrunkDriving is not inadvertently set to TRUE


** LOL ** ;-)

But instead of iPOD i would say X-Box 360
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Happy Christmas 4
Merry Christmas All Of PC Review. 7
Merry Christmas Everyone! 8
Merry Christmas! 8
Merry Christmas Everyone 12
HAPPY CHRISTMAS Everyone. 9
Merry Christmas Everyone 14
A Seasonal Tale 2

Top