Skip to main content

IsCurrencySpace (NotesInternational - LotusScript)

Read-only. Indicates whether the currency format has a space between the currency symbol and the number.

Defined in

NotesInternational

Data type

Boolean

Syntax

To get: flag = notesInternational .IsCurrencySpace

  • True indicates that the currency format has a space between the currency symbol and the number.
  • False indicates that the currency format does not have a space between the currency symbol and the number.

Usage

Under UNIX™, this property is derived from the language installed on your machine as indicated by the environment variable LANG.

Example