Hi All,
Im very new to vbscript and finding it hard to figure out some code to do what i need to do.
im trying to get a script to read a csv file which contains information like
i.e
1)name,location,number
2)name,location,number
3)name,location,number
4)name,location,number
The output i want is in a text format which reads somthing like this
Example:
Hello (name)
Your location is (Location)
Your number you have selected is (number)
Hello (name)
Your location is (Location)
Your number you have selected is (number)
Hello (name)
Your location is (Location)
Your number you have selected is (number)
Any help or direction would be most great!
Im very new to vbscript and finding it hard to figure out some code to do what i need to do.
im trying to get a script to read a csv file which contains information like
i.e
1)name,location,number
2)name,location,number
3)name,location,number
4)name,location,number
The output i want is in a text format which reads somthing like this
Example:
Hello (name)
Your location is (Location)
Your number you have selected is (number)
Hello (name)
Your location is (Location)
Your number you have selected is (number)
Hello (name)
Your location is (Location)
Your number you have selected is (number)
Any help or direction would be most great!