Jump to content

File reading


Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

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...