I am trying to voice an amount (e.g. 10.21) as 10 Dollars and 21 cents using Create Container Prompt.
So the syntax would be something like
BalanceFlashFinal_PP=P[strPromptPath+"5.wav"]+dblBFAvailableCreditLimitVal + CurrencyCode;
Where
BalanceFlashFinal_PP is an object of type
Prompt and
dblBFAvailableCreditLimitVal is the value that i need to play of the type
double and CurrencyCode is the Currency Type which would be populated dynamically.
But in this case it will play
"Ten point twelve Dollars". I need this to play as
"Ten Dollars and 12 cents"Any help is much appreciated
Rgds/Binny