Author Topic: Remove newlines while exporting  (Read 4795 times)

0 Members and 1 Guest are viewing this topic.

Offline Minous

  • Member
  • *
  • Posts: 13
    • View Profile
Remove newlines while exporting
« on: January 31, 2014, 08:58:22 pm »
is it possible to remove newlines/line breaks from text fields (IE summary) when exporting?

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Remove newlines while exporting
« Reply #1 on: January 31, 2014, 09:27:34 pm »
Yes, you can use the StringReplace function: http://www.videodb.info/help/hlp_export.html#functions
Gentlemen, you can’t fight in here! This is the War Room!

Offline Minous

  • Member
  • *
  • Posts: 13
    • View Profile
Re: Remove newlines while exporting
« Reply #2 on: February 02, 2014, 07:55:25 pm »
what would I use to represent a newline? \n \r\n or "
" ?

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Remove newlines while exporting
« Reply #3 on: February 02, 2014, 08:13:39 pm »
The last one
Gentlemen, you can’t fight in here! This is the War Room!