I've developed a procedure to export our products (CDs/DVDs..) to html files using .writeline(recordset("Artist_Name". However, I would like to optimise the html files by removing the 'new lines'
i.e. change:
BLINKIT<br>
BLISZ<br>
BLIT<br>
BLONDES<br>
BLONDIE<br>
to:
BLINKIT<br>BLISZ<br>BLIT<br>BLONDES<br>BLONDIE<br>
writeline always inserts the text (each product) on a new line; does anyone have any ideas if there is another command I can use to simply append the text without a new line?
There are several hundred thousand products on our database, so this should make quite a difference to file size.
Best regards,
Phydos music & media
i.e. change:
BLINKIT<br>
BLISZ<br>
BLIT<br>
BLONDES<br>
BLONDIE<br>
to:
BLINKIT<br>BLISZ<br>BLIT<br>BLONDES<br>BLONDIE<br>
writeline always inserts the text (each product) on a new line; does anyone have any ideas if there is another command I can use to simply append the text without a new line?
There are several hundred thousand products on our database, so this should make quite a difference to file size.
Best regards,
Phydos music & media