Hi,

I have a array named item(3) which contains 4 strings.

i.e.

item(0) = hallo
item(1) = how
item(2) = are
item(3) = you?

Now, i would like these 4 elements in one string named AllTekst.
I decladed AllTekst as a string, but vb says it cannot cast an 1 dimensional array to type string.

Can somebody help me?

Thanks in advance.

Niels