Aller au contenu principal

Recherche

Recherche

Scripting Problem

Commentaires

2 commentaires

  • Avatar
    Ian Cummings
    Modérateur
    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

Vous devez vous connecter pour laisser un commentaire.