Concatination of strings 
Author Message
 Concatination of strings

I have a number of strings, each of which comes from a different
method and function.

I use a MSGBOX to display each string, and each shows nicely.

Then I immediately put them together using:
A = B & C & D & E & F

But all that appears when I display A is what was in B and C.

I have tried various combinations and usually only get the first two
to concatinate. The strings in total are about 10k in size only.

If I take out the odd string like D and F, it concatinates fine.

This type of problem has occured in many of my other programs. Usually
I just assign the offending strings to other strings and then add
those strings together.

What is the world would make only a few of the strings concatinate?

This is driving me crazy.

Please reply to,

Thank you so much,
Ian Vink



Thu, 11 Jun 1998 03:00:00 GMT  
 Concatination of strings

(IVS) threw this at us:

Quote:
>What is the world would make only a few of the strings concatinate?

A string being Chr$(0) or a string with a Chr$(0) at the end
would make the rest of the strings disappear.

Jens
--
* Everything I said are the opinions of someone else.   *
* I just cut-and-pasted.                                *

Jens Balchen jr.       http://www.sn.no/~balchen



Thu, 11 Jun 1998 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. String Concatination problems

2. Efficient string concatination

3. string concatination

4. aggregate string concatination

5. concatination question?

6. concatination!!!!!??????

7. String to Array and Array to String

8. REPLACING STRINGS WITH STRINGS

9. Immediate Problem: Replacing string within a string through a field

10. String.Trim and String.TrimEnd behave irrationally!

11. string replace with wildcard number of spaces between strings - removing blank lines

12. I'd use string methods more if string were a structure and not a class

 

 
Powered by phpBB® Forum Software