I have to do something that I'm not sure how to do.. like for example..
If I wanted to make "35 Morton Avenue" = "135 Morton Avenue" how would I do this? The problem is that the value has to be stored as a $ variable.
For example.. "35 Morton Avenue" would be entered in the variable "Address$" and I have to somehow make a statement or something that automatically changes the numbers in the "Address$" to equal what they are plus 100. I don't know how to do this because I don't think you can add 100 to a "$" variable because there are letters in it.... that's basically something like what I have to do, help please.
for example again:
CODE
INPUT "Enter the address of your property:", Address$
Address$ = Address$ + 100
PRINT "Your new address is:", Address$
===========
=OUTPUT VIEW=
===========
Enter the address of your property: 35 Morton Avenue
Your new address is: 135 Morton Avenue
Thanks for any help you can give

It would be nice to have an answer by 5:00pm Eastern Time...
The time at the bottom of this page says 8:27 when it is actually 11:27
IS there no one who can help me here?This post has been edited by StealthTools: 15 Apr, 2008 - 12:56 PM