跳到主内容

搜索

搜索

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

请先登录再写评论。