Re: Display of Logical Value
i read this but i see no problem.
what is the question?
Mario H. Sabado wrote:
> Hi,
>
> I observed under xbscript/xprompt with latest CVS that logical return
> value now only displays either T or F rather than .T. or .F.
>
> Although, something like:
>
> ? (ValType(date())=="D") // returns T
> ? (ValType(date())=="D") == .T. //returns T
>
>
> Thanks,
> Mario
|