Jump to content

Recommended Posts

Posted

If I have a file, with lines set out like this:

<Mage.AI> 1 </Mage.AI>

what would be the best way to go about reading whats inside the brackets (in this case, the 1)

Some sort of _ArraySearch with StringinStr?

Thanks.

Posted

I'm sure you can do this with a regular expression, but I'm kinda fuzzy on that subject. Search the help file for StringRegExp(). I'm sure someone else will post an example of how to do it that way.

Posted

I'm sure you can do this with a regular expression, but I'm kinda fuzzy on that subject. Search the help file for StringRegExp(). I'm sure someone else will post an example of how to do it that way.

Well...if you need every value between the tags you can use _StringBetween by itself and it will return an array of all matches.

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
×
×
  • Create New...