ثابت های از پیش تعریف شده
Datatypes
These constants are returned by
TypeOf.
File types
These constants are used by the
Stat() function.
String constants
Sort types
These constants are used each time a sort method is needed.
For example, in the
Array sort methods, when creating a
Collection,
in the
String class methods, and so on.
Week days
These constant are the values returned by the
WeekDay() function.
Predefined formats
Numeric formats
|
gb.GeneralNumber
|
Write a number with twelve decimal digits.
Use scientific format if its absolute value is lower than 10-4 or greater than 107.
|
|
gb.Fixed
|
Equivalent to "0.00"
|
|
gb.Percent
|
Equivalent to "###%"
|
|
gb.Scientific
|
Write a number with its exponent and eighteen decimal digits.
|
Date and time formats
Currency formats
|
gb.Currency
|
Format a currency by using the national currency symbol.
|
|
gb.International
|
Format a currency by using the international currency symbol.
|
Miscellaneous formats
Endianness
|
gb.BigEndian
|
Big endianness. The values are stored in memory the higher bytes first.
|
|
gb.LittleEndian
|
Little endianness. The values are stored in memory the lower bytes first.
|