メインコンテンツへスキップ

検索

検索

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

サインインしてコメントを残してください。