Jump to content
  • PBXScript.CompareNumbers

    PBXScript.CompareNumbers

    VBScript   → Lua

     

    This function returns either True or False if a certain number is completely or partly given in another number respective list of numbers.

     

    Dim sNumberList
    sNumberList = "49231477733*;34*"
    If PBXScript.CompareNumbers (sNumberList, "333") Then
      '...
    End If
    

     

     

    This function returns a boolean value.

     

    It is possible to use the wildcard * (asterisk) as placeholder for any following digit respective number of digits.

     

    A ; (semicolon) in the number list separates different numbers.

     

    The above example shows the CompareNumbers function returning True as "333" is in fact part of the number list, "49231477733*".
     

     


    Tom Wellige
     Share


     Share




×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.