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

検索

検索

Breaking Up Entry With Carriage Returns Using Vb

コメント

1件のコメント

  • Avatar
    Domingo Rodriguez
    モデレータ

    Once you've the value in one line, you could apply the following VBScript (having in mind that you will need a Paragraph text object in BarTender):

     

    value = Left (value, 3) & vbCrLf & Mid (value, 4, 3) & vbCrLf & Right (value, 4) 

    0

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