On Tue, 2 Mar 2010, Eduardo Fernandes wrote:
> The IN operator doesn't work on VALID clause.
> Local cVar := " "
> @ 10,10 SAY "Confirm ?" GET cVar PICT "!" VALID cVar IN "YN"
> READ
> Error E0030  Syntax error: "syntax error at '@'"

  @ 10,10 SAY "Confirm ?" GET cVar PICT "!" VALID ( cVar IN "YN" )

Atte.
  Vic

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to