Question
Array forming
Hello All,
I have forloop giving the values like this.
"Test.txt"
"Test - Copy.txt"
"Untitled_1.log"
"DB connection.xml"
I wanted to form an array of this like {"Test.txt","Test - Copy.txt","Untitled_1.log","DB connection.xml"}.
How can I do this.
