|
From: Alexander S.K. <al...@be...> - 2015-04-07 11:39:05
|
Try the following:
Hwg_DefineMenuItem( cCommune,, &( "{||" + action + "(" + param1 + "," +
param2 + ")}" ) )
instead of
> MENUITEM cCommune ACTION &(action)('"'+param1+'"','"'+param2+'"')
Regards, Alexander.
|