Chapter 90. STR
Table of Contents
This is an implementation of the STR$() function from SBL. It is as compatible as possible, including many of the strange effects as found in Superbase's STR$() function. It does not currently support scientific notation.
SBLNumSettings
Description
Type Tags
None
Object Value
Objects of type SBLNumSettings have no value, and it is an error to try to get or set this value.
SBLNumSettings.new()
Description
Prototype
SBLNumSettings
.new
(
SBLNumSettings
,
string me
,
string sCS
,
string sTS
,
boolean sDS
)
bCS
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | SBLNumSettings | |
sCS | £ | string | |
sTS | , | string | |
sDS | . | string | |
bCS | .false | boolean |
Properties
Property | Type | Description |
---|---|---|
CurrencySuffix | boolean | |
CurrencySymbol | string | |
DecimalSeparator | string | |
ThousandsSeparator | string | |
type | type |