跳至主內容

搜尋

搜尋

Scripting Problem

評論

2 條評論

  • Avatar
    Ian Cummings
    版主
    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

登入寫評論。