Hi,
The bold line is telling me there's the operand/operator type mismatch.
Fullname field is character.
Totals field is numeric.
(spent) is being called from another PRG which literally says:
.
I don't understand it at all.
The key of the code is trying to get two fields to display together in the messagebox.
Cheers Guys,
Vibrantseeker.
A conclusion is simply a place where you got tired of thinking.
Code:
fulln = fullname[b]
spent = Totals(spent) + "fulln: "[/b]
eMessageText = "fulln: " + spent
totals = MESSAGEBOX(eMessageText)
The bold line is telling me there's the operand/operator type mismatch.
Fullname field is character.
Totals field is numeric.
(spent) is being called from another PRG which literally says:
Code:
PARAMETERS total
spent = total
I don't understand it at all.
The key of the code is trying to get two fields to display together in the messagebox.
Cheers Guys,
Vibrantseeker.
A conclusion is simply a place where you got tired of thinking.