Computer Science Canada Calculating with a draw text |
Author: | WooFerPPK [ Fri Nov 22, 2002 12:24 am ] | ||||
Post subject: | Calculating with a draw text | ||||
im stuck, and i cant fiqure out any way to do this here is my program. Im going to give u my hole program because i might have done somthing worng during it, and plus u need to input numbers. The problem is text := money text is a string and money is an interger, i want to get text to output the calculation of money but wont let me because they are differnt. please help
|
Author: | Tony [ Fri Nov 22, 2002 3:09 am ] | ||
Post subject: | |||
here's what you're looking for: intstr() and strint() both functions convert integer to string and vice wersa. I think that you're looking for STRINT(). so it should be
|
Author: | WooFerPPK [ Fri Nov 22, 2002 3:27 am ] |
Post subject: | |
thanks a million |