Quotesplit a array by every common numerator at the end of each following string, then find a char out of this string without creating a loop?
LordHackez@USEast asked me to do this, but i didn't really understand his question. Any help is Appreciated!
Write incoherently?
I really don't get what you're getting at.
I'm just quoting what he said, i wanted to know if anyone else understood his rambling
Quotesplit a array by every common numerator at the end of each following string, then find a char out of this string without creating a loop?
Maybe:
Split a string into an array using common tid-bits of information following the important info you want to find as a delimiter, then find some way to search all of the array values for a character without a loop.
Just a guess :X
Possibly section an array by splitting a string by the last integer value appended to the end of some arbitrary string. And then, use InStr() to find a character within this arbitrary string? (Assuming we're doing nothing further with the array).
Looks to me likes its a question from some school test or something.
At any rate, it's incredibly stupid.