Hiya,
Can anyone tell me if it is possible to open a text file, delete some lines ( but not all Lines ) of text using a leading character as the marker, before sending to a database?
Cheers skeen
Printable View
Hiya,
Can anyone tell me if it is possible to open a text file, delete some lines ( but not all Lines ) of text using a leading character as the marker, before sending to a database?
Cheers skeen
Using Line Input read the file into an array
Then Redim preserve the array and omit any element
starting with your character.
then load the array into your field or file.