Chuck wrote:
I don't use appforge, but maybe you should try converting the text to numbers and then doing the arithmetic.Private Sub btnConvert_Click() On Error GoTo ErrorHandler txtOutput(0).Text = (txtInput(0).Text - txtInput(1).Text) + txtInput(2).TexttxtOutput(1).Text = (txtInput(0).Text - txtInput(3).Text) + txtInput(2).Text Exit Sub I get an error when compiling for the Palm OS that says "operator "-" is unsupported for type 'string' with type 'string'". It runs fine if compiled as a Windows .exe. Thanks!
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
