Jump to content

String Splitting and Subtracting A Character From a String


Shonnie
 Share

Recommended Posts

$level = StringSplit(_IEBodyReadText($oIE), @CR)
$level1 = StringSplit($level[2], ":")
$level2 = ($level1[2] - ")")

MsgBox(0, "", "Level: " & $level1[2])
Exit

Well, it works for the most part, in the message box it says Level: xx)

Don't want a ')', So I added - ")" which I figured would work :)

Doesnt, searched some posts on the forums here, nothing came up

<_<

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