VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Change order of letters in a word

by Luis Cantero (14 Submissions)
Category: String Manipulation
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

This code is just for fun, it demostrates an interesting phenomenon and some ways to manipulate strings, and arrays. According to research at an English university, it doesn't matter in which order the letters in a word are, the only important thing is that the first and last letters
are in the right place. The rest can be a total mess and you can still read it without a problem. This is because we do not read every letter by itself but the
word as a whole. This works with nearly every language. IMPORTANT: A similar program was posted a little before mine, but I posted mine without knowledge of that, and without seeing any portion of the code. This program (and I'm sure the other one too) was inspired in an email that got forwarded around the world a few days ago. The main difference between my program and the other one is that this one uses a byte array and totally randomizes the order of the words, the other program merely reverses the order of the letters. Thank you.

Rate Change order of letters in a word

Download Change order of letters in a word

Download Change order of letters in a word (2 KB)

Change order of letters in a word Comments

No comments have been posted about Change order of letters in a word. Why not be the first to post a comment about Change order of letters in a word.

Post your comment

Subject:
Message:
0/1000 characters