SOMA DE MOEDAS

GOLVEIAR 31/05/2007 10:34:27
#219062
Ola Galera blz? Estou fazendo um cadastro de contas e estou precisando somar valores em moeda real ÂÂ'so que a soma não soma centavos Exe.: R$10,50 +R$10,00 ele retorna R$20,00
os 50 centavos ele não retorna eu estou usando para fazer a soma assim:
txttotal.text = val(txtvalor1.text) + val(txtValor2.text). se algue puder me ajudar eu agradeço.

USUARIO.EXCLUIDOS 31/05/2007 10:37:39
#219065
txttotal.text = cdbl(txtvalor1.text) + cdbl(txtValor2.text).

Isso funfa!!!
USUARIO.EXCLUIDOS 31/05/2007 10:41:56
#219067
Resposta escolhida
Me.txtTotal.Text = CDbl(Me.txtValor1.Text) + CDbl(Me.txtValor2.Text)
Tópico encerrado , respostas não são mais permitidas