>On Sunday, February 16, 2003, at 06:11 PM, Ken Shmidheiser wrote: > >>Concerning this thread, Jay responded: >> >>> >> >2. The forward delete key is not enabled. >>> > > >Throwing away > asc("9") also throws away case 127, so the forward >delete (127) is never passed back to the edit field as TEKey$. > > select asc(k) > case > _"9" : exit fn > case 8, 28, 29, 30, 31, 127 > case blah //... > end select > tekey$ = k > >Put case 8, 28, 29, 30, 31, 127 immediately after the select >statement to fix. > >Robert P. Duh! I hate it when my code does what I tell it to instead of what I want it to. Thanks for taking time to point out the obvious. e-e =J= a y "