English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to delete the 1st letter of all the entries of a table. What command should I use in FoxPro?

2007-01-21 23:05:36 · 1 answers · asked by Sebi 1 in Computers & Internet Software

Also, if someone knows to do that in Excell, it will be easier for me.
Thanks

2007-01-21 23:09:10 · update #1

1 answers

if u have a filed custname c 40 and u want to delete the first letter

have one more field custname1

then give the following command

repl all custname1 with allt(substr(custname,2,40))

then drop custname and custname1 to custname

in excel have all custnames in cell A1 AND IN A2 USE MID FUNCTION

2007-01-22 15:38:45 · answer #1 · answered by lakshmi r 4 · 0 0

fedest.com, questions and answers