Gedemin TLB.IgsGSFunction.GetNumeral
Материал из GedeminWiki
From Gedemin TLB.pas
function GetNumeral(const AFormat: WideString; AValue: Double; ARounding: Double;
AFracBase: Integer; ACase: Integer; AParts: Integer;
const ANames: WideString): WideString; safecall;
Unit: Gedemin TLB
Type: function
Visibility: public
Member Of: IgsGSFunction
Описание
Преобразовывает число в числительное. См. GetNumeral
Пример использования в макросах:
Option Explicit Sub Macros147002861_625181804 MsgBox GS.GetNumeral("@W @F", 5687.3694, 0.001, 3, 0, 0, "тонна,тонны,тонн,т,килограмм,килограмма,килограмм,кг,--,.,"" """) End Sub