The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Floats and Percentage
Author Message
Barnabus
Journeyman
*

Posts: 124
Likes Given: 0
Likes Received: 3 in 2 posts
Joined: Apr 2012
Reputation: 1



Post: #1
Floats and Percentage
This is laughable I know.. It works perfect but can anyone tell me what I have done wrong, because I dont think I should be dividing by a million.
Code:
[FUNCTION f_Percentage] //f_Percentage <%>,<WholeNumber>
FLOAT.ValueA=<EVAL <ARGV[0]>>
FLOAT.ValueB=<EVAL <ARGV[1]>>
LOCAL.PercentageChop = <FLOATVAL (<FLOATVAL <FLOAT.ValueA> / 1000000>)>
LOCAL.PercentageCalc = <FLOATVAL (<FLOAT.ValueB> * <LOCAL.PercentageChop>)/10>
LOCAL.BacktoWholeNumber = <EVAL <LOCAL.PercentageCalc>/10>
SAY @Percentage <EVAL <ARGV[0]>> Percent of <EVAL <ARGV[1]>> is <EVAL <LOCAL.BacktoWholeNumber>>
RETURN <EVAL <LOCAL.BacktoWholeNumber>>
10-02-2012 10:10 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Floats and Percentage - Barnabus - 10-02-2012 10:10 AM
RE: Floats and Percentage - Barnabus - 10-02-2012, 10:06 PM
RE: Floats and Percentage - Extreme - 10-02-2012, 11:59 PM
RE: Floats and Percentage - Shaklaban - 10-03-2012, 01:36 AM
RE: Floats and Percentage - Barnabus - 10-03-2012, 07:42 AM
RE: Floats and Percentage - RanXerox - 10-03-2012, 08:13 AM
RE: Floats and Percentage - Barnabus - 10-03-2012, 09:05 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)