AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 1 match
AutoHotkey Community Forum Index
Author Message
  Topic: Verify an IP Address
PentePirate

Replies: 9
Views: 1086

PostForum: Scripts & Functions   Posted: Thu Jul 26, 2007 2:56 am   Subject: Verify an IP Address
This is a small function to verify that a string is a valid IP address.


ValidIP(ByRef IPAddress)
{
if (StrLen(IPAddress) > 15)
Valid=0

IfInString, IPAddr ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group