If you use agual's solution, in order to make it usable as a number again, you must convert it back. cvi for int,cvl for longs, cvd for doubles.
no% = cvi(no$)
Using this type of string is commonly used for storing numbers in a random acess file. David Paulson