If you check the .PPO you will understand that you have a Pre Processing issue, with your command.
> On Aug 16, 2016, at 9:26 AM, Enrico Maria Giordano > <e.m.giord...@emagsoftware.it> wrote: > > #command MYSAY [<txt>]; > [ROW <row>]; > [COL <col>]; > => MySayText( <txt>, <row>, <col> ) > > > FUNCTION MAIN() > > PRIVATE cVar1 := "This is a test" > > PRIVATE n := 1 > > CLS > > @ 8, 0 SAY &( "cVar" + LTRIM( STR( n ) ) ) > > MYSAY ROW 10 COL 0 "" + &( "cVar" + LTRIM( STR( n ) ) ) > > // This SAY won't show > MYSAY ROW 12 COL 0 &( "cVar" + LTRIM( STR( n ) ) ) > > INKEY( 0 ) > > RETURN NIL > > > FUNCTION MYSAYTEXT( cTxt, nRow, nCol ) > > @ nRow, nCol SAY cTxt > > RETURN NIL
------------------------------------------------------------------------------
_______________________________________________ xHarbour-developers mailing list xHarbour-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xharbour-developers