dbWriter Home
IP to Country Look up
Site Map

IP to Country DB

Free Databases:

ASP Code

ASP Links

VB Script functions:
Array
Case/Select
In String (inStr)
Replace

HTML code:
SELECT Color
SELECT Countries
SELECT Language
SELECT State/Province

SQL:

SQL Functions:
Delete leading Char
Get Browser
Long number from IP

Stored Procedures:

SQL Tricks:
Delete ALL duplicates
Delete dup records

MISC
IP Address Owner
MS SQL Server

Mortgage Calcs:
how much is my payment
Loan Amortization
Loan Calculator
Mortgage Calculator
Motrgage Pay Off

dbWriter License

Link to US

Links

Contact US
 

VBScript: InStr Function.. ASP code

Full Syntax: InStr([start,] strSearch, strFind [,compare])

Syntax: InStr(strSearch, strFind)

The Function will return 0 if strFind is not found.
The Function will return the first position in the strSearch if found.
 

<%
test1="Now is the time for all good men to come to the aid of their country"
test2="time"

intLocation = InStr(test1,test2)

If intLocation>0 Then
Response.write intLocation
Else
Response.write "Not Found"
End if
%>

Partners/Links © 2005 - 2008 dbWriter.com All Rights Reserved
This site is protected by the dbWriter IPtoCountry MS/SQL database!!
Site map | Link to US
Contact Us

Sign up for PayPal and start accepting credit card payments instantly.