Il 15/08/2016 23:07, Ron Pinkas ha scritto:

> Should be fixed after:
>
> 2016-08-15 17:04 UTC-0400 Ron Pinkas <ron.pinkas/at/xharbour.com>

I don't know if this is correct:

#command TEST <xpr>                                              ;
                                                                  ;
       => MyTest( { || <xpr> .and. .t. } )

#command TEST &<xpr>                                             ;
                                                                  ;
       => MyTest( &( "{ || " + <xpr> + " .and. .t. }" ) )


FUNCTION MAIN()

     LOCAL cVar := ".T."

     TEST &cVar

     RETURN NIL

Error E0047  Code block contains both macro and declared symbol references

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