Search:

Type: Posts; User: Gutt

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    975

    Re: [RESOLVED] Simple vbs regex q

    Nevermind


    Dim string
    Dim Output
    string = "Showing 1 to 10 of 34 entries (filtered from 432 total entries) "
    Output = "Output is: " & trim(split(string, " ")(5))
    msgbox(Output)
  2. Replies
    1
    Views
    975

    [RESOLVED] Simple vbs regex q

    Hi, new to vbs scripting -- can anyone pleaes let me know how to get the "34" from this string? The numbers will change but the text will always be the same.

    Showing 1 to 10 of 34 entries...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width