McGod Posted October 13, 2006 Posted October 13, 2006 I need to be able to convert %40 to @ Damn web and simplifying things Hex and Dec dont wanna work [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
Moderators SmOke_N Posted October 13, 2006 Moderators Posted October 13, 2006 (edited) $s = '%40' MsgBox(64, 'Info', _Convert2Chr($s)) Func _Convert2Chr($sChr) Return Chr(BinaryString(StringReplace($sChr, '%', '0x'))) EndFuncoÝ÷ ØGb´êÞ½éÚºÚ"µÍÌÍÜÈH ÌÎNÉM ÌÎNÂÙÐÞ ÌÎNÒ[ÉÌÎNËÐÛÛÚ ÌÍÜÊJB[ÈÐÛÛÚ ÌÍÜÐÚBT]ÚÝ[ÔXÙJ ÌÍÜÐÚ ÌÎNÉIÌÎNË ÌÎNÌ ÌÎNÊJB[[ Edited October 13, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Paulie Posted October 13, 2006 Posted October 13, 2006 (edited) I need to be able to convert%40 to @Damn web and simplifying things maybe this table will help youhttp://www.lookuptables.com/asciifull.gifEDIT:LOL smoke proved me wrong lol Edited October 13, 2006 by Paulie
McGod Posted October 13, 2006 Author Posted October 13, 2006 TY, it worked perfectly, no more email%40domain.com [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now