Personal Video Database

English => Support => Topic started by: Minous on January 31, 2014, 08:58:22 pm

Title: Remove newlines while exporting
Post by: Minous on January 31, 2014, 08:58:22 pm
is it possible to remove newlines/line breaks from text fields (IE summary) when exporting?
Title: Re: Remove newlines while exporting
Post by: nostra on January 31, 2014, 09:27:34 pm
Yes, you can use the StringReplace function: http://www.videodb.info/help/hlp_export.html#functions
Title: Re: Remove newlines while exporting
Post by: Minous on February 02, 2014, 07:55:25 pm
what would I use to represent a newline? \n \r\n or "
" ?
Title: Re: Remove newlines while exporting
Post by: nostra on February 02, 2014, 08:13:39 pm
The last one