I need to know how to capture text from a string and place it into another variable. I have a program whose output i am able to capture into a variable and looks like the following:
stuff i dont care about Error: 4 more stuff that doesn't matter what i need to do is store the number 4 in a variable. Using index i am able to search through the string and find how many characters into the array the word error begins. The error however can be more than just one character and so i need to know how i would capture the next x characters into a variable. Any sample code or suggestions are appreciated. Thanks, Matthew -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]