Oh yeah, before I forget, the /help file is also a great resource to learn mirc scripting.

For example, check /help while loops. And then try to make the following 3 scripts:

1) Simple script: echo on your screen the ascii characters 1-255. Tip: $chr(number). So I want a loop that echos for each line: character + according number.

2) Little bit harder: make a script that shows the following on your screen:

1
12
123
1234
12345
123456
1234567
12345678
123456789
12345678910

Tip: 2 while loops nested

3) Make a script that will put an input text reverse. Example: "one two three" becomes" three two one"

Try to make those 3 and pm me the results. Btw I'm pretty sure no one is interested in seeing this, so we better take our convo into private messages.

Good luck!


Gone.