--- Vincent Béron <[EMAIL PROTECTED]> wrote:

> You're passing a struct by value. If you want the caller to have his
> structure to be modified, you need to pass it by ref.
> 
> Vincent
> 

No, I don't want the original structure to be modified. I want to return a
structure from the function, a structure different from the original one.

Anyway, I've dropped the idea (of the helper function), but I'm still wondering
why I have to make it inline...



                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

Reply via email to