View Single Post
  #2 (permalink)  
Old 03-27-2008, 12:47 PM
Daniel Skousen
Guest
 
Posts: n/a
Default 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

Reply With Quote