Results 1 to 9 of 9

Thread: % Function REALLy simple **resolved**

Threaded View

  1. #1

    Thread Starter
    Fanatic Member Matt_T_hat's Avatar
    Join Date
    Dec 2001
    Location
    '76 Male Body Evil-Errors: 666
    Posts
    774

    % Function REALLy simple **resolved**

    I am composing a function that will solve a specific price issue.

    First it adds the costs and adds basic markup

    P = (A+B)*M%

    But I then need to do a little complex stuff with that number to get the result

    I have the a percentage that will be taken from the result and so the result must be such that

    let R=Result
    let C=Their Cut

    R-C=P

    How can I get to R as a function of C and P?
    Last edited by Matt_T_hat; Sep 12th, 2003 at 04:01 AM.
    ?
    'What's this bit for anyway?
    For Jono

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width