Thread: error?
View Single Post

   
  #2 (permalink)  
Old 04-09-2008, 11:40 PM
cecsno
 
Posts: n/a
Default Re: error?


=?windows-1252?Q?Grzegorz_Kalin=27ski?= Wrote:
> Code
>
> DEF VAR a AS LOGICAL FORM "x/t"
> DEF VAR b AS LOGICAL
>
> REPEAT
> UPDATE a
> ASSIGN b = a
> DISP b
> END
>
>
> /*********************************************
>
> result?
>
> a
> - --
> t n
> x ye
> t ye
>
>
> Progress OE 10

It does in in 8 and 9 also, "format "x/t" where x = true and t = tru

From the documentatio

NOTE: You cannot use "no", "n", "false", or "f" to represent true, an
you cannot use "yes", "y", "true", or "t" to represent false

--
cecsn
-----------------------------------------------------------------------
cecsno's Profile: http://www.progresstalk.com/member.p...nfo&userid=423
View this thread: http://www.progresstalk.com/showthre...?threadid=7251

Reply With Quote