NewLine in an ini entry



Hi there,

How do you write a newline in an ini file?

For Example:

[Patient]
name=denis
details="This is first line
This is the second line
This is the third line"

How do I write the newlines between the lines?
Thanks,

Denis

.



Relevant Pages

  • Re: NewLine in an ini entry
    ... but I don't believe the ini file spec supports multiline ... You can use a special character in place of the newline sequence ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • NewLine in an ini entry
    ... How do you write a newline in an ini file? ... Prev by Date: ...
    (comp.lang.basic.visual.misc)
  • Re: NewLine in an ini entry
    ... > How do you write a newline in an ini file? ... It uses Escape Characters or Octal to embed special characters. ... are meaningless to VB. ...
    (microsoft.public.vb.general.discussion)
  • Re: Count Words
    ... (other than to get a good grade on your homework assignment). ... (where \n represents a newline and - represents a hyphen) ... Prev by Date: ...
    (comp.lang.c)
  • Re: rmdir when directory is not empty
    ... syntax error near unexpected token `newline' ... Prev by Date: ...
    (Fedora)

Loading