Barney


Maybe not completely ignore.  If Les does not desire to display the days Saturday or Sunday, then a quick check of the dayofweek of each day as it's displayed will skip over them.  Something basically like this


loop from now() to dateAdd("w",5,now()) as indexDay
    if dayOfWeek(indexDay) NEQ 1 and dayOfWeek(indexDay) NEQ 7
        display events
    else
        skip day
end loop

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to