Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

gb.Percent (gb)

Const Percent As Integer = 5

Constant that represents the percent numeric format.

Example

System.Language = "fr_FR.UTF-8"
Print Format(Pi, gb.Percent)
Print Format(0.1, gb.Percent)
Print Format(0.01, gb.Percent)
Print Format(0.001, gb.Percent)
314%
 10%
  1%
  0%