System Properties

These commands return properties of the system running the current application.

System Property “version”

Returns a string of the form “major.minor.revision”, eg: “10.4.9”.

System Property “use comma for decimal point” v1.1

Returns @true if commas should be used for the decimal point indicator and periods for the thousands separator (eg: “317.000,23”. Returns @false if periods are to used as the decimal point indicator and commas for the thousands separator (eg: “317,000.23”).

System Property “currency symbol” v1.1

Returns the primary/dominant currency symbol for the system region (eg: default is USD “$”).


Previous Chapter
Application Properties
<<  index  >>
 
Next Chapter
Registry Object