TOC : Script API > JavaScript > JavaScript API > GeneralScript > Global > Method >

 

_Format

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > GeneralScript > Global > Method >

 

_Format

 

 

Apply the given format to the given string and returns it.

 

 

 

Prototype :

 

string _Format

(

        string Value,

        string Format

)

 

 

 

Arguments :

 

Value

string to be formatted

Format

format to be applied

 

 

 

Reference :

 

Return space character if error.

 

 

 

Example :

 

_TraceLn(_Format("1234", "#,###"));

 

 

 

Available Events :

 

All Events