Skip to main content

IsCurrencyZero (NotesInternational - LotusScript)

Read-only. Indicates whether fractions have a zero before the decimal point in number format.

Defined in

NotesInternational

Data type

Boolean

Syntax

To get: flag = notesInternational .IsCurrencyZero

  • True indicates that fractions have a zero before the decimal point.
  • False indicates that fractions do not have a zero before the decimal point**.**

Usage

You cannot use this property on the UNIX™ platform.

Example