On Wed, 09 Jan 2008, Mindaugas Kavaliauskas wrote:
> Hello,
> I need to store item to parameter passed by reference. I found there is 
> no API for this. My current code is:
>    if( hb_param( 2, HB_IT_BYREF ) )
>    {
>       ...
>       hb_itemMoveToRef( hb_stackItemFromBase( 2 ), pItem );
>    }
> Is this OK? Can we have function hb_itemParamStore( iParam, pItem ) to 
> do the job?

Yes, sure. I'll add it.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to