跳至主內容

搜尋

搜尋

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

登入寫評論。