View Single Post
  #6 (permalink)  
Old 10-03-2008, 03:04 PM
mike221 mike221 is offline
Newbie
 
Join Date: Oct 2008
Posts: 11
Credits: 0
Rep Power: 0
mike221 is on a distinguished road
Default Re: module, function

thanks, But how I do that? I don't know how, I don't understand. And will I need another RETURN like this?;

MODULE ReturnMoney (y) (Items_sum, cash_payment)RETURNS money_back

RETURN money_back=f1 cash_payment - Items_sum

ENDMODULE
Reply With Quote