[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: TODAY



 -------------- Original message ----------------------
From: Harry Binswanger 
> In an XPL program, I change the mask for the date, using, for example
> VA$DAm to get the month number. Then I want to reset the default mask for
> use with TODAY. I do this using
>
> d dz=Mmmm,d,yyyy
>
> But even when I do that manually, from the command line, the month comes
> out in all caps. This happens even if I do:
>
> d dz=mmmm,d,yyyy
>
> Any ideas?

Use D/NV DZ=[whatever]. The DEFAULT command uppercases all input. The /NV switch suppresses this
behavior, and preserves the case of the input string (argument).

--
Carl Distefano
cld@xxxxxxxx