I tried putting <None> in FieldStartDelimiter and FieldEndDelimiter, this helped to get the fields with no separator, which is good but I still can't get a TAB(basically space) between the fields.
Use this property to define the string that is to be used to separate fields.
<None> that there will no be FieldSeparator
<NewLine> any combination of CR and LF characters
<CR/LF> CR followed by LF
<CR> CR alone
<LF> LF alone <TAB> Tabulator alone
Other strings the literal string entered
The strings in the table above must be entered literally, that is: the < and > characters must be entered. These special strings can be combined and can also be mixed with other characters.
The default is , (a comma).
CR refers to the character with ASCII value 13
LF refers to the character with ASCII value 10
<TAB> in the FieldSeparator property, including the < and the >. I don't know if this is a different value in other languages, but you can hit F1 from the property and you will see the values you can use.
Comments
Freelance Dynamics AX
Blog : http://axnmaia.wordpress.com/
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
I tried putting <None> in FieldStartDelimiter and FieldEndDelimiter, this helped to get the fields with no separator, which is good but I still can't get a TAB(basically space) between the fields.
It created output like this
10000ASSETS0
What I'm looking for is
10000 ASSETS 0
Thanks Guys
A
Use this property to define the string that is to be used to separate fields.
<None> that there will no be FieldSeparator
<NewLine> any combination of CR and LF characters
<CR/LF> CR followed by LF
<CR> CR alone
<LF> LF alone
<TAB> Tabulator alone
Other strings the literal string entered
The strings in the table above must be entered literally, that is: the < and > characters must be entered. These special strings can be combined and can also be mixed with other characters.
The default is , (a comma).
CR refers to the character with ASCII value 13
LF refers to the character with ASCII value 10
http://www.BiloBeauty.com
http://www.autismspeaks.org
RIS Plus, LLC