Skip to main content

Search

Search

Altering Value Returned From A Sub-String

Comments

1 comment

  • Avatar
    Ian Cummings
    Moderator

    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

Please sign in to leave a comment.