A
Andrus
How to implement function
string Str( float number, ushort width, ushort presicion)
should return string whose size if width characters, left padded by spaces
and having presicion characters after decimal point using current culture
decimal
separator.
Andrus
string Str( float number, ushort width, ushort presicion)
should return string whose size if width characters, left padded by spaces
and having presicion characters after decimal point using current culture
decimal
separator.
Andrus