Il 16/08/2016 19:19, Ron Pinkas ha scritto:

>> MYSAY ROW 12 COL 0 &( "cVar" + LTRIM( STR( n ) ) )
>
> Because:
>
> 0 & …
>
> Is a valid single expression!

Ahhhhhh! I really missed it! So what is the proper solution? A change in 
this command definition?

#command MYSAY [<txt>];
               [ROW <row>];
               [COL <col>];
      => MySayText( <txt>, <row>, <col> )

Or the prefix

"" +

that I already adopted?

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG Music page: http://www.emagsoftware.it/emgmusic
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg

------------------------------------------------------------------------------
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to