<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1498" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Arial">
<DIV>I have a parameter in a Decision task with static text like so: </DIV>
<DIV>&nbsp;</DIV>
<DIV>&amp;&nbsp;SALES order needs approval bla, bla, bla, bla, bla, bla, bla, bla, bla, bla, bla, bla, bla, bla, bla, </DIV>
<DIV>&nbsp;</DIV>
<DIV>I a BOR method I create custom text and want to "push" the static text out of the way. </DIV>
<DIV>Basically just have the static text get truncated. </DIV>
<DIV>No matter what I do I can not get all the static text truncated. </DIV>
<DIV>I end up with something like:</DIV>
<DIV>parms = "This is the text I added to the parameter and made longer than 80 chars. So should push the rest of the text out of my way." </DIV>
<DIV>&nbsp;</DIV>
<DIV>I end up with : This is the text I added to the parameter and made longer than 80 chars. So should push the rest of the text out of my way. SALES</DIV>
<DIV>I can not get all the org text to get truncated. No matter how long I make the parm text. </DIV>
<DIV>Any thoughts?</DIV>
<DIV>&nbsp;</DIV>
<DIV>4.6c</DIV></BODY></HTML>