跳至主內容

搜尋

搜尋

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

登入寫評論。