跳至主內容

搜尋

搜尋

Altering Value Returned From A Sub-String

評論

1 條評論

  • Avatar
    Ian Cummings
    版主

    Are you doing this in VB script from within BarTender?

     

    If yes then the following expression will do the trick: Right(Format.NamedSubStrings("PONUM").Value,3)

     

    Note that if this is for a multi-line/event based script then prefix the expression with "value=" in order to set the value property of whatever data source will be taking this value. 

    0

登入寫評論。