Not sure if this is the right place to post this: but i need to somehow find out how much percentage of somthing is being taken up...
like for example:
then store the amount of percentage is being used in another ver.
like (the problem):
am i having a brain fart and missing somthing plain in sight?
also, the percentage can be more then 100:
would still return 25 percent used.
like for example:
Const Used = 25, Max = 100
then store the amount of percentage is being used in another ver.
like (the problem):
Percentage_Being_used = Some+math-Used*to/get+the+percentage
am i having a brain fart and missing somthing plain in sight?
also, the percentage can be more then 100:
Const Used = 250, Max = 1000
would still return 25 percent used.