Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding New Line to adapter command

Status
Not open for further replies.

jinkys

Programmer
Sep 11, 2003
67
0
0
GB
Hi all

I am using the EMAIL adapter and just wondered whether anyone knows if it is possible to add a <NL> in the text field?

=PUT("EMAIL", "-PROTO INET -FROM user -TO '"+Value Field:.:properties+"' -SUB subject -TEXT line1???<NL>???line2", data )
 
You might try the hex value for CR LF ( <<0D0A>> ) but NL is an internal function to make the end of line valure match the OS the map is running on.

BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top