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: ARRAY Function.. ASP code

Build an array:

NOTE:  The first item in an array is 0 !!

<%
Dim ARR, strItem
ARR(0) = "Nevada"
ARR(1) = "Idaho"
ARR(2) = "Wyoming"
ARR(3) = "Kansas"
For Each strItem In ARR
	Response.Write strItem & "<br />"
Next
%>

 

Build an array from any string using the SLIT function:

<%

DIM strCOMP, arrCOMP

strCOMP = "ADODB.Command," &_
"SOFTWING.OdbcRegTool," &_
"SOFTWING.LocaleFormatter," &_
"SOFTWING.Profiler," &_
"VBScript.RegExp," &_
"w3info.w3info.1," &_
"WinHttp.WinHttpRequest.5," &_
"WinHttp.WinHttpRequest.5.1," &_
"WScript.Network," &_
"WScript.Shell"


'SPLIT function used to build an array
arrCOMP = split(strCOMP, ",") 

%>


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.