Hello-
Thanks in advance!
I am creating nodes in an XML file from asp.
As I append nodes, all nodes are written to the same line.
I want to put each node on a new line. The loop I currently have that writes the nodes is this.
for i=0 to 14
Set fileNode = FSO.createNode(1...
Hello-
Thanks in advance!
I am creating nodes in an XML file from asp.
As I append nodes, all nodes are written to the same line.
I want to put each node on a new line. The loop I currently have that writes the nodes is this.
for i=0 to 14
Set fileNode = FSO.createNode(1...
Thanks in advance!
Okay, so I have an array:
dim myArray(2)
myArray(0) = "hello"
myArray(1) = "goodbye"
then I need to make a variable by taking the string value of one of my array elements, adding it to another string, and setting it to a value.
So, what I tried to to...
Thanks in advance!
Okay, so I have an array:
dim myArray(2)
myArray(0) = "hello"
myArray(1) = "goodbye"
then I need to make a variable by taking the string value of one of my array elements, adding it to another string, and setting it to a value.
So, what I tried to to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.