Horváth Márton wrote:
> You should use the directive "pascal", if you want to pass parameters
> Left-to-Right order:

Passing has nothing to do with evaluating.

> procedure Test(h, m, s: word); pascal;
> ...
> 
> The parameter evaluation direction (in your case) is Right-to-Left. 
> See help topics "Calling convention" for details.

Calling convention has absolutely nothing whatsoever to do with 
evaluation order.

-- 
Rob
__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to