Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: BaDDBLooD on September 01, 2004, 10:53 PM

Title: How do you do this?
Post by: BaDDBLooD on September 01, 2004, 10:53 PM
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!
Title: Re:How do you do this?
Post by: MyndFyre on September 01, 2004, 11:01 PM
Write incoherently?

I really don't get what you're getting at.
Title: Re:How do you do this?
Post by: BaDDBLooD on September 02, 2004, 12:46 AM
I'm just quoting what he said, i wanted to know if anyone else understood his rambling
Title: Re:How do you do this?
Post by: R.a.B.B.i.T on September 03, 2004, 10:07 PM
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
Title: Re:How do you do this?
Post by: LivedKrad on September 10, 2004, 08:14 PM
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).
Title: Re:How do you do this?
Post by: warz on September 12, 2004, 12:17 AM
Looks to me likes its a question from some school test or something.
Title: Re:How do you do this?
Post by: LivedKrad on September 12, 2004, 12:41 AM
At any rate, it's incredibly stupid.