Please Disable Ad-Block To View This Website.

If you block ads, this site can not survive!

Ads are very minimal for registered users. If you don't have an account please register now!

DOWNLOAD
 Full Scripts
 Addons
 Snippets
 DLLs
 MTS Themes
 Tutorials
 Misc.
 File Queue
 Download mIRC
INTERACT
 Screenshots
 Challenge
 Top Downloads
 Submit Form
 Forums

SEARCH
Site Search

FRIENDS
Link to us!
PhotoShelf

Home | Comments:
$getall chr/asc by Andy
Description:
This snippet will return the the ASCII number of every letter you input in a sentence or word. Also, it will return every ASCII number's character.

Submitted Review Author's Updates

There is no review for this file yet.
There are no update notes.
Screenshot:
No
Screenshot
Available

Comments:

  Mode:    Create New Post

FoLKeN^Sep 17, 2004 9:54PM
how many times do will we get this?

http://www.mircscripts.org/comments.php?id=1493
http://www.mircscripts.org/comments.php?id=1263
http://www.mircscripts.org/comments.php?id=1139

AndySep 17, 2004 10:20PM
I don't see a problem. Snippets are posted to show scripting techniques and everyone you posted has a different technique for scripters to look at

SSJ4_Son_GokuSep 17, 2004 10:34PM

//var %i = 1,%t = insert text here,%r | while ($mid(%t,%i,1)) { var %r = %r $+($,chr,$chr(40),$asc($v1),$chr(41)) | inc %i } | echo -a %r


AndySep 17, 2004 10:43PM
it's ok but multi line is better, just like you got served in another thread

SSJ4_Son_GokuSep 18, 2004 4:20PM
Since I had // at the beginning, I thought you would be able to figure out that I made that code in the command line, which is why it's 1 line.

AndySep 18, 2004 7:17PM
I did notice that, but if you're trying to say use that instead of my snippet - I think using $getall(string).prop is easier than that line

SSJ4_Son_GokuSep 18, 2004 7:23PM
I was just giving an example of how it could be done easier. Yes I know it doesn't support .asc .chr

AndySep 18, 2004 8:25PM
ok :)

[Fe|ix]Sep 17, 2004 7:25AM
you could make the code smaller...

AndySep 17, 2004 7:39AM
Yea I know, probaly will in the next update



Create New Post

You must be logged in to post messages.