跳到主内容

搜索

搜索

Define Change Line Character

评论

2 条评论

  • 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

请先登录再写评论。