Hi, I have an little question:

This translate:

#xtranslate <value1>.<value2> => myFun( <value1> , <value2> )

function main()
      aeval( aTmp , { *|x|* level1.level2 } )
return .T.

It will be generate the followed sentence:

function main()

aeval( aTmp , { myFun( *|x|* level1 , level2 ) } )

return .T.


I think that it is wrong
I think the correct translation should be:

function main()

aeval( aTmp , { *|x|* myFun( level1 , level2 ) } )

return .T.


Am I wrong?

-- 
Saludos/Regards/Abraços
CdQ
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to