[pmmail-list] inputting string of addresses to PMMail from text file

Dave Saville pmmail-list@blueprintsoftwareworks.com
Sun, 28 Dec 2003 12:14:32 +0000 (GMT)


Here is the parse line I use in REXX scripts to process addr.db 

 PARSE VAR line email 'DE'X alias 'DE'X name 'DE'X rmb 'DE'X company
'DE'X title 'DE'X home_addr1 'DE'X home_addr2 'DE'X home_city 'DE'X
home_county 'DE'X home_zip 'DE'X home_tel 'DE'X home_ext 'DE'X
home_fax 'DE'X bus_addr1 'DE'X bus_addr2 'DE'X bus_city 'DE'X
bus_county 'DE'X bus_zip 'DE'X bus_tel 'DE'X bus_ext 'DE'X bus_fax
'DE'X notes 'DE'X book_number 'DE'X home_country 'DE'X
bus_country'DE'X

The 'DE'X stings are the hex value of the field separater.

email  
alias 
name 
rmb		0/1 if on Right Mouse Button
company 
title 	
home_addr1	
home_addr2
home_city
home_county 
home_zip
home_tel
home_ext 
home_fax 
bus_addr1
bus_addr2
bus_city 
bus_county 
bus_zip
bus_tel
bus_ext
bus_fax 
notes   		<=====You may need to investigate line feed
codes inside this field.
book_number	<===== this says where is goes, you can get the
numbers from books.db, it is the last field
home_country
bus_country


HTH

-- 
Regards

Dave Saville
- pmmail-list - The PMMail Discussion List ---------------------------
To POST to the list, send your message to:
pmmail-list@blueprintsoftwareworks.com

To UNSUBSCRIBE, send a message to mdaemon@bmtmicro.com 
with the first line of the message body being...
UNSUBSCRIBE pmmail-list@blueprintsoftwareworks.com
---------------------------------------------------------------------