j
k
j a
j l
Erik Lewis a écrit :
Does anyone have a script that will turn a name stored in one field SURNAME, FIRSTNAME MIDDLE Into 3 fields naive version, assuming $data contains the string : ($surname, $firstname, $middle)= split /, | /,$data;
Does anyone have a script that will turn a name stored in one field
SURNAME, FIRSTNAME MIDDLE
Into 3 fields naive version, assuming $data contains the string : ($surname, $firstname, $middle)= split /, | /,$data;
Hopes that helps.
Back to the thread
Back to the list