PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
On Apr 16, 2004, at 1:37 PM, Andrea Kubacki wrote:
MyString= theArray[1] & theArray[2] & theArray[3]
PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________
Hello,
Today, I've had the problem, that I have to convert an array into a string,
because I needed the possibility, to split a data string in an array, like:
data1;data2;data3
or
var MyString = "";
for (var i = 0; i < theArray.length; i++) {MyString = MyString & " " & theArray[i]};
How can I do that? I can't split an array, can I? So I think, I have to put
the value of the array in a string, and then split the string again. Is this
the right way?
Best regards, Andrea K.
Jim Plante <[EMAIL PROTECTED]>
To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
