I'm new to VB file access. What is the most efficient way to write a ',' to the front of each line in a file. For example say the file looks like this:
First,Second,Third
First,Second,Third,Fourth
First,Second
First,Second,Third
How can I make the file look like this:
,First,Second,Third
,First,Second,Third,Fourth
,First,Second
,First,Second,Third
Thanks,
bitwise
First,Second,Third
First,Second,Third,Fourth
First,Second
First,Second,Third
How can I make the file look like this:
,First,Second,Third
,First,Second,Third,Fourth
,First,Second
,First,Second,Third
Thanks,
bitwise