32.13 ADD_VALUE Function Signature 2
This function returns p_value as JavaScript number, if p_value is NULL the value null is returned. 
                  
Syntax
APEX_JAVASCRIPT.ADD_VALUE (
    p_value          IN NUMBER,
    p_add_comma      IN BOOLEAN :=TRUE)
RETURN VARCHAR2;
Parameters
Table 32-11 ADD_VALUE Signature 2 Parameters
| Parameter | Description | 
|---|---|
| 
 | Number which should be returned as JavaScript number. | 
| 
 | If  | 
Example
See example for ADD_VALUE Function Signature 1 .
Parent topic: APEX_JAVASCRIPT