forum

Home / DeveloperSection / Forums / Break down sections in a text file using vbscript

Break down sections in a text file using vbscript

Samuel Fernandes235420-Jun-2013
Hi Expert, 

I have a file which is in this format

name.css  value
name.js  value 

I want to break this down and create strings which will be in this format string1 = "c:\" + value + name + extension(css or js) can someone please tell me how to do this in vbscript.

So far I am looking to break this into dictionary and then loop through and creating new dim objects which loops through the whole file and creates values but not getting it right.Any help is very much appreciated.

Any help would be amazing thank you!

Updated on 20-Jun-2013

Can you answer this question?


Answer

1 Answers

Liked By