Skip to main content

Search

Search

Define Change Line Character

Comments

2 comments

  • Avatar
    Shotaro Ito
    Hi nek,

    You can replace / by line feed, using VB script.

    Create a paragraph text, set datasource as the database field.
    In more options > VB Script > OnProcessData > Edit, set script like

    [code]Value = Replace(Value,"/",vbCrLf)[/code]
    0
  • Avatar
    Legacy Poster
    Thanks a lot !
    0

Please sign in to leave a comment.