
TazG
Veteran
/ Moderator

Jul 8, 2006, 8:55 AM
Post #2 of 2
(238 views)
Shortcut
|
word="dog" wordlength = len(word) reverseword = space(wordlength) for c = wordlength To 1 Step -1 mid$(reverseword, wordlength - c + 1, 1) = mid$(word, c, 1) next c ^^^^IMO
a brilliant Japanese cryptographer/physicist developed binary code travelling the speed of intellectual property in Ireland.
|