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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ECHOIN command

Status
Not open for further replies.

jinkys

Programmer
Sep 11, 2003
67
GB
How would I add a <NL> to the end of a message being passed in using the ECHOIN syntax?

=RUN ("run_gedmequity", ECHOIN(1,(gedmequityIn)))
 
Put the <nl> in the data before passing to the ECHOIN


BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
Are you meaning use another output card before calling runmap, can't you use +SYMBOL() or something liek that ?
 
Personal opinion: get the data the way you want it before putting it in a rule, where possible. If the RUN map's tree requires the <NL>, then you could modify the tree.



BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
Or you could put
=RUN ("run_gedmequity", ECHOIN(1,(gedmequityIn + "<NL>")))
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top