G
Guest
I have a specialized program that exports data in a horrible text format,
that is some what consistent.
I need to take the records of each line and split them out into columns. I
am using a varString = Split(junkfield, ,6) - This is as far as I have gone
so far. What is happening is that when I use the blank spaces and then
assign the varString to field values I get some blank values. This is
because there are some records that have two or more spaces between data.
Did I make sense or is more information required?
I need to know how to weed out the extra spaces so that I can bunch up the
data together.
Thanks,
-Steve
that is some what consistent.
I need to take the records of each line and split them out into columns. I
am using a varString = Split(junkfield, ,6) - This is as far as I have gone
so far. What is happening is that when I use the blank spaces and then
assign the varString to field values I get some blank values. This is
because there are some records that have two or more spaces between data.
Did I make sense or is more information required?
I need to know how to weed out the extra spaces so that I can bunch up the
data together.
Thanks,
-Steve