Jump to content

How to determine _StringBetween highest array


_Kurt
 Share

Recommended Posts

I would like to find out how many arrays there are in a _StringBetween function.

Example:

#include <String.au3>

$test = "/1/ /2/"
$str3 = _StringBetween($test, "/", "/")

So I'm trying to find the highest array, in this case it would be $str3[1] (since there are two, and arrays go 0,1,2,3,etc)

Thanks for your help,

Kurt

Edited by _Kurt

Awaiting Diablo III..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...