Extenso(nNumToExt,lQuantid,nMoeda,cPrefixo,cIdioma,lCent,lFrac)
Generates the numeric value written in full.
Parameters:
nNumToExt | Value to be generated in full. |
---|---|
lQuantid | Determines if the full written mode will be in value or quantity (default = .F.). |
nMoeda | Identifies the description of the currency that is obtained from parameter MV_MOEDAx (with x= 1...5). |
cPrefixo | Alternative prefix. If specified, prefixes the return of the in full mode, avoiding the currency unit to be returned (default = ""). |
cIdioma | Specifies in which language the value in full must be returned (1=Port,2=Spa,3=Eng). The language of the System is default. |
lCent | Specifies if the function must return the cents. The default is .T. |
lFrac | Specifies if the cents must be returned in fraction mode (it is executed only when cIdioma=English). |