Difference: 0LASubrConvertSplitNumber (1 vs. 2)

Revision 22012-02-03 - JeanNeron

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

.CONVERT SPLIT NUMBER

Changed:
<
<
This subroutine is called to split a number into it's whole number and fractional parts.
>
>
This subroutine splits a number into it's whole number and fractional parts.
 

Usage:

Line: 15 to 15
 

Description:

Changed:
<
<
This subroutine must be passed a valid number to convert.
>
>
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> identifies the field to return the whole number part of the result back into. Passing this parameter is required.
>
>
<whole_number> is the whole number part <number_to_split> (Required). This must be PASSed with Share "Y" to return a result.
 
Changed:
<
<
<fractional_part> identifies the field to return the fractional part of the result back into. Passing this parameter is required.
>
>
<fractional_part> is the fractional part <number_to_split> (Required). This must be PASSed with Share "Y" to return a result.
 
Changed:
<
<
<number_to_split> Identifies the field or literal value that represents the number to be split. This must contain valid numeric characters. Passing this parameter is required.
>
>
<number_to_split> is the number to be split. This must contain valid numeric characters (Required).
 
Deleted:
<
<
This subroutine sets a result value in the corresponding results Token field.
 

Comments:

Read what other users have said about this page or add your own comments.

Revision 12011-08-12 - PeteBrower

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

.CONVERT SPLIT NUMBER

This subroutine is called to split a number into it's whole number and fractional parts.


Usage:

    PASS        <whole_number>            FIELD           SHARE? Y
    PASS        <fractional_part>         FIELD           SHARE? Y
    PASS        <number_to_split>         FIELD           SHARE? N
    GOSUB   --- .CONVERT SPLIT NUMBER
     *       check for errors
    IF      --- .CONVERT SPLIT NUMBER     NE

Description:

This subroutine must be passed a valid number to convert.

<whole_number> identifies the field to return the whole number part of the result back into. Passing this parameter is required.

<fractional_part> identifies the field to return the fractional part of the result back into. Passing this parameter is required.

<number_to_split> Identifies the field or literal value that represents the number to be split. This must contain valid numeric characters. Passing this parameter is required.

This subroutine sets a result value in the corresponding results Token field.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- PeteBrower - 2011-08-12

 
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