Format_Decimal

open fun Format_Decimal(Value: Number): Array<Short>

Format Value in standard format

Return

Formatted string

Parameters

Value

value to format


private open fun Format_Decimal(Text: Array<Short>, Value: Long, Index: Int): Int

format a decimal integer and add it ot the given alpha sting.

Return

index of next free character (most significant digits + 1)

Parameters

Text

string to add the decimal to

Value

value to add

Index

index where the lest significant digit is added