View Single Post
  #3 (permalink)  
Old 03-27-2008, 03:10 PM
Mario H. Sabado
Guest
 
Posts: n/a
Default Re: Display of Logical Value

there's no actual problem so far, it's just my personal observation that
displaying the return value of a function with LOGICAL type now is
either T or F when it used to be .T. or .F.

Daniel Skousen wrote:
> 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