Difference: 0LASubrConvertSplitNumber (3 vs. 4)

Revision 42012-09-12 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.CONVERT SPLIT NUMBER

Line: 17 to 17
  This subroutine splits a number into it's whole number and fractional parts. All parameters are required, if any are missing the subroutine will CANCEL.
Changed:
<
<
<whole_number> returns the whole number part <number_to_split> (Required). This must be PASSed with Share "Y" to return a result.
>
>
<whole_number> returns the whole number part <number_to_split> (Required). This must be PASSed with Share "Y" to return a result. For example, if <number to split> is 123.00456, this will return 123.0.
 
Changed:
<
<
<fractional_part> returns the fractional part <number_to_split> (Required). This must be PASSed with Share "Y" to return a result.
>
>
<fractional_part> returns the fractional part <number_to_split> (Required). This must be PASSed with Share "Y" to return a result. This should be a numeric field with sufficient decimal places to hold the fractional part of <whole number>, otherwise rounding will occur. For example, if <number to split> is 123.00456, this will return 0.00456.
  <number_to_split> is the number to be split. This must contain valid numeric characters (Required).
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback