What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » An easy script

An easy script
Author: Message:
Nemok
New Member
*


Posts: 4
Joined: May 2008
O.P. An easy script
I would want to know how you can make a script that if you say room it makes all possible cases for that

example:

input: room
output: room*Room*ROOM*rOOm*rOoM*RooM...

Or is there already some thing you can do this with?

05-09-2008 11:15 AM
Profile E-Mail PM Find Quote Report
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: An easy script
The resources required to calculate and store (in memory) all possible case variations of a string any larger than about 10 alphabetical characters will take quite a very long time.
05-09-2008 11:40 AM
Profile PM Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: An easy script
quote:
Originally posted by Volv
The resources required to calculate and store (in memory) all possible case variations of a string any larger than about 10 alphabetical characters will take quite a very long time.
The output would be 10*9*8*7*6*5*4*3*2 = 3 628 800 times 10 characters = 36 288 000. And that is without the separator *...

MP!L increases  the max chars in a message to 1100, stuffplug to 5000.
So you would see how unrealistic that would be...

I think 5 (600 chars) would be the maximum amount you should use... 6 already uses 4320 chars...
05-09-2008 01:17 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On