On 5/5/05 9:56 PM, "Paul Salyers" <[EMAIL PROTECTED]> wrote:
> Dear Rev Programmer, > > Had a basic calculator been made in Rev, If so can I have help. on getting > it to add when you type in numbers say, (12 + 12) before pressing the [=] > key in the read out which is a label field I'm getting "1212" That's because you're doing (I think) 12 & 12 instead of 12 + 12. Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
