• Welcome to Valhalla Legends Archive.
 

How do you do this?

Started by BaDDBLooD, September 01, 2004, 10:53 PM

Previous topic - Next topic

BaDDBLooD

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!
There are only two kinds of people who are really fascinating: people who know absolutely everything, and people who know absolutely nothing.

MyndFyre

Write incoherently?

I really don't get what you're getting at.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

BaDDBLooD

I'm just quoting what he said, i wanted to know if anyone else understood his rambling
There are only two kinds of people who are really fascinating: people who know absolutely everything, and people who know absolutely nothing.

R.a.B.B.i.T

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

LivedKrad

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

warz

#5
Looks to me likes its a question from some school test or something.

LivedKrad

At any rate, it's incredibly stupid.