Procedure Main()

   TRY
      // ? &( "file_alias = $1" )    // No memory leaks
      ? &( "(file_alias = $1)" )    // Memory leaks
   CATCH
      ? "Catched"
   END

Return

---------------------------
This code
&( "file_alias = $1" )

End in the rule (macro.y)
Main : Expression error

---------------------------
This code
&( "(file_alias = $1)" )

End in the rule (macro.y)
Main : error

I not understand how to fix the rule or

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

Reply via email to