跳到主内容

搜索

搜索

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

请先登录再写评论。