nevermind!
 
i was getting this array from a Database after previously cutting up a string into chunks of uniform size and storing it.
 
The problem was that the database was cutting off the ending spaces so i did an <@replace> to replace the spaces with another character and then when i load it, it changes them back to spaces.
 
----- Original Message -----
Sent: Monday, February 17, 2003 11:31 AM
Subject: Witango-Talk: appending text

hello, im havin a problem.
 
lets say i have an array that looks like this:
'Apples '
'are good to'
' eat.   '
 
what i want to do is put this text all together to:
'Apples are good to eat.  '
 
im using this method currently (assuming the text array is called local$MyString
 

<@assign local$FullString value="<@VAR local$MyString type=text APrefix='' ASuffix='' RPrefix='' RSuffix='' CPrefix='' CSuffix='' encoding=none>">

 

unfortunately what happens is it drops the spaces at the end of each column, but not space at the begining.  So it makes the example string into:

 

'Applesare good to eat.'

instead of

'Apples are good to eat.  '

anyone know how i can resolve this?  Thanks!

-Atrix

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to