Itamar Lins escribió:
> Hi!
> how to resolve this is question?
>
> {||MyFunc(&oOwB , oObj)}
>
> Error E0047 Code block contains both macro and declared symbol references.
>
> Best regards,
> Itamar M. Lins Jr.
Just a shot in the dark...
bBlock := &('{||MyFunc('+cOwB+', oObj)}')
HTH
Angel