CNumToExp

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

CNumToExp


 

Converts a value to a string in exponential notation (e.g. 1.23e+001).

 


syntax

CNumToExp(

         val

         [,precision = 6]

         [,bCapital = FALSE]

         )

 


Parameters

 

val

 

Type:

Number

 

The value to convert.

 

precision

 

Type:

Number

 

Precision, default is 6 digits.

 

bCapital

 

Type:

Boolean

 

TRUE - Capitalize the e.

FALSE - Make the e lowercase.

 

Return Value

 

 

Type:

character

 

The converted value.

 

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation formula syntax

 

 


reference