What I typically do in my code is force the space replacement  

REPLACE($Comments HTML$,  LTRIM(RTRIM("
 ")),  "<BR>")
 
Fred

NOTE:  This does not seem to work the same when using the Developer Studio (It 
seems to want to put 2 characters in instead of the single one)



-----Original Message-----
From: Action Request System discussion list(ARSList) 
[mailto:[email protected]] On Behalf Of Kevin Begosh
Sent: Tuesday, January 04, 2011 12:13 PM
To: [email protected]
Subject: Wierd Workflow Issue

** 
List,
I am having a wierd workflow issue and I am wondering if anyone else has ever 
had this issue.  I have a filter that goes through and takes the data from a 
character field and pushes it to another character field and adds some HTML 
tags to it.  The main one I am concerned with is the one where I add <BR> 
anytime there is a carriage return.  So my set fields value looks like this:
 
REPLACE($Comments HTML$,  "",  "<BR>")
 
and it works fine.  The problem I am having now is everytime the AR Server is 
restarted the system comes through and adds a space my set fields value so it 
looks like this
 
REPLACE($Comments HTML$,  " ",  "<BR>")
 
Has anyone ever seen this or know why ARS would add that extra space in the 
filter?  This is all custom workflow.
 
ARS 7.1
Windows 2003
 

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

Reply via email to