Hack Posted October 19, 2006 Posted October 19, 2006 Hi there I am sending some email from a group of records and wonting to formate the text using some script but I am having trouble putting space and hard turn in the text formating please see below code Clients_people~CL_Client::Dear & Clients_people~CL_Client::first name & Clients_people~CL_Client::Email letter contents regards Damian
Lee Smith Posted October 19, 2006 Posted October 19, 2006 Try using the Ampersand, Pilcrow, and your fields: (& ¶) Something like this should do it: Clients_people~CL_Client::Dear & " " & Clients_people~CL_Client::first name & ",¶" & Clients_people~CL_Client::Email letter contents
Hack Posted October 19, 2006 Author Posted October 19, 2006 Hay thanks very much lee that work the trick Cheers Damian
Recommended Posts
This topic is 6612 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now