| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
;if u want to use it! type /chr something goes in here!
Code:
alias chr {
var %chr1 = 1
var %ct = $len($1-)
var %tt = $1-
var %output = 4R14esult:
while (%chr1 <= %ct) {
if (%chr1 == %ct) {
%output = %output $ $+ chr $+ ( $+ $asc($mid(%tt,%chr1,1)) $+ )
break
}
var %output = %output $ $+ chr $+ ( $+ $asc($mid(%tt,%chr1,1)) $+ ) $ $+ +
inc %chr1
}
if ($isid == $true) return %output
else echo -a %output
}
__________________
Last edited by Cult; 21-11-2005 at 08:27 PM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| If You Could Be Any Fictional Character | Thugilex | The Lounge | 104 | 21-08-2007 03:51 PM |
| Rijkaard salutes Barca character as Bremen wilt in Nou Camp (AFP) | TheGodFather | Sports -Warm up first! | 0 | 05-12-2006 11:47 PM |
| Type Writer | wkd | Jokes Daily Told , One Liners, And Adult | 0 | 22-07-2005 11:13 AM |
| Office 2003 Add-In: International Character Toolbar | Thugilex | Technical Forum, Technical Aspects and Information | 0 | 17-06-2005 04:28 PM |