Jul 8, 2004 #1 jinkys Programmer Sep 11, 2003 67 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:.roperties+"' -SUB subject -TEXT line1???<NL>???line2", data )
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:.roperties+"' -SUB subject -TEXT line1???<NL>???line2", data )
Jul 13, 2004 #2 BocaBurger Vendor Feb 5, 2004 1,164 US 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! Upvote 0 Downvote
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!