At 04:00 PM 11/29/2010, jan johansen wrote:

I'm looking for a combination of functions that will return
the date of a Monday in any week of the year.


Joan,

Here's a function that will ALWAYS provide you with the date of
Next Monday.

Example:

SET VARIABLE vNextMonday DATE = (DWE(.#DATE)+2)

The resulting date (vNextMonday) will be the correct date based
on Saturday as the weekend.

You may replace the current date (.#DATE) with any valid date
to achieve your goal.

Hope that helps!

Very Best R:egards,

Razzak.

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to