Skip to main content

Search

Search

Scripting Problem

Comments

2 comments

  • Avatar
    Ian Cummings
    Moderator
    Use an OnProcessData VB script with something like the below expression:

    [code]
    If InStr(value, "3011") > 0 Then
    value = value & " ABC"
    End If
    [/code]
    0
  • Avatar
    Legacy Poster
    [quote name='Ian C - Seagull Support' timestamp='1342604140' post='2883']
    Use an OnProcessData VB script with something like the below expression:

    [code]
    If InStr(value, "3011") > 0 Then
    value = value & " ABC"
    End If
    [/code]
    [/quote]

    Oh, many thanks for you!!
    It's works!

    :D :D :D :D
    0

Please sign in to leave a comment.