|
-
Feb 2nd, 2006, 06:48 PM
#1
Thread Starter
Frenzied Member
Wow!!!
Amazing, find this on the web somewhere
"cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdanieg.
The phaonmneal pweor of the hmuan mnid, aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoatnt tihng is taht the frist and lsat ltteer be in the rghit pclae. The rset can be a taotl mses and you can sitll raed it wouthit a porbelm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe. Amzanig huh? yaeh and I awlyas tghuhot slpeling was ipmorantt!"
-
Feb 2nd, 2006, 06:50 PM
#2
Hyperactive Member
Re: Wow!!!
I KNOW that you did this to take the mick!
-
Feb 3rd, 2006, 03:14 AM
#3
Re: Wow!!!
Product of being bored 
Code:
txt = InputBox("Type some stuff")
Randomize
Dim word() As String
Dim prts() As String
Dim usedletters As String
prts = Split(txt, " ")
For x = 0 To UBound(prts)
redo:
usedletters = ""
ReDim word(1 To Len(prts(x)))
For y = 1 To Len(prts(x))
word(y) = Mid(prts(x), y, 1)
Next
While Not num >= Len(prts(x))
letternum = Int((Len(prts(x))) * Rnd + 1)
If InStr(1, usedletters, letternum & ",") = 0 Then
usedletters = usedletters & letternum & ","
currentword = currentword & word(letternum)
num = num + 1
End If
Wend
num = 0
If currentword = prts(x) Then
GoTo redo
End If
finaltext = finaltext & " " & currentword
currentword = ""
Next
MsgBox Trim(finaltext)
-
Feb 3rd, 2006, 03:26 AM
#4
Re: Wow!!!
So, you're in the same mail list than CVMichael
-
Feb 3rd, 2006, 01:13 PM
#5
Re: Wow!!!
 Originally Posted by Andrew G
Product of being bored
Code:
txt = InputBox("Type some stuff")
Randomize
..............
.............
MsgBox Trim(finaltext)
Your late !
http://www.vbforums.com/showpost.php...5&postcount=13
And guys, STOP COPYING ME !
-
Feb 3rd, 2006, 01:15 PM
#6
Re: Wow!!!
This is the 5th time this has been posted....
-
Feb 3rd, 2006, 01:18 PM
#7
Thread Starter
Frenzied Member
Re: Wow!!!
 Originally Posted by NoteMe
This is the 5th time this has been posted....
Dont make me post it again
-
Feb 3rd, 2006, 01:52 PM
#8
Fanatic Member
Using VB6 or VB.net 2008 with .net 3.5
"Life... death... either way I'll be confined to a small cubicle!" - Hermes Conrad
-
Feb 3rd, 2006, 02:02 PM
#9
-
Feb 3rd, 2006, 02:07 PM
#10
Fanatic Member
-
Feb 3rd, 2006, 02:08 PM
#11
Re: Wow!!!
 Originally Posted by dark_shadow
*poke*
Stop poking me damnit.
-
Feb 3rd, 2006, 02:11 PM
#12
Fanatic Member
Re: Wow!!!
it wsa not me it was the one armed man
-
Feb 3rd, 2006, 02:18 PM
#13
Re: Wow!!!
 Originally Posted by dark_shadow
it wsa [hl]notme[/he] it was the one armed man
NOOOOOOOOOOOOOOO
it was NotMe.....don't blame it on NotMe....
-
Feb 3rd, 2006, 02:55 PM
#14
Fanatic Member
Re: Wow!!!
fine it was NoteMe !!! get him
-
Feb 3rd, 2006, 04:08 PM
#15
Hyperactive Member
Re: Wow!!!
*pokes Noteme*, and will he please give me his MSN Address
-
Feb 3rd, 2006, 05:36 PM
#16
New Member
Re: Wow!!!

funny forum :P
-
Feb 3rd, 2006, 05:38 PM
#17
Hyperactive Member
Re: Wow!!!
yes, Welcome to Visual Basic Forums DakDarie.
-
Feb 3rd, 2006, 06:00 PM
#18
New Member
Re: Wow!!!
Oh, thank you
-
Feb 3rd, 2006, 06:18 PM
#19
Re: Wow!!!
By the way, without this trick of the human mind, nobody would understand Noteme.
.......now that I think about it.......even WITH this trick of the human mind.........
My usual boring signature: Nothing
 
-
Feb 3rd, 2006, 11:33 PM
#20
Re: Wow!!!
It is after I read that article I stoped completly caring about my spelling. I don't think that is a good idea. Since all mails and written reports at work have to be English. But then again. I'll blame it on me techincaly beeing a student from a "I know nothing" country...
My MSN handle for those who care is haroldlloyd25(a)hotmail(dot)com . Don't ask me why, and don't spam me. Just be kind to me on MSN, because I get into enough trouble on my own...Now let me sleep in peace and dream about guys on guys...
-
Feb 3rd, 2006, 11:43 PM
#21
Re: Wow!!!
Weeeeeird. I was actually impressed! I think im going to post this on my blog (yes I am a lame blogger and am in desperate need of material) Along with a link to it...
-
Feb 3rd, 2006, 11:50 PM
#22
Re: Wow!!!
Remember to quoate 9999 of my posts in your blog entry...and then post a link to your blog here...so I can find it...am I too spaced out right now to find it anyway...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|