SIMPOL Documentation

Chapter 90. STR

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 me, string sCS, string sTS, string sDS, boolean bCS )

Parameters

ParameterDefault valueType nameDescription
meNoneSBLNumSettings
sCS£string
sTS,string
sDS.string
bCS.falseboolean

Properties

PropertyTypeDescription
CurrencySuffixboolean
CurrencySymbolstring
DecimalSeparatorstring
ThousandsSeparatorstring
typetype