|
Active Server Pages give
This tutorial explains how to
There are many ways to use
Often times it is necessary
great performance, but you
do recursive subroutines in
arrays. This page shows a
to take a string and dice it
can make them even faster
ASP (VBScript). Use this
couple of quick examples for
up in order to extract
with a few tweaks to your
algorithm to create threaded
using arrays in ASP.
portions to be used for some
code and database
discussions, directories, or
obscure purpose. Enter the
connections. Here's a
whatever use you have for it.
Split() function. Split is a
detailed tutorial on how to
very easy concept to grasp.
refine your scripts and ASP
Decide where you want to
features for maximum speed.
split your string and away
you go.
Date: Aug, 27 2003 Date: Aug, 11 2003 Date: Jun, 17 2002 Date: Jun, 17 2002 |
|
There will come a time when
Overview and a quick example
Many times we need to perform
Many times we need to perform
you need to dice up a string
of the Len() function that
an action or display
an action or display
which is all one word or a
calculates the LENGTH of a
something different based on
something different based on
number. In this particular
string.
some different parameters.
some different parameters.
case, Split() won't work for
Using select case is one
Using If ElseIf End If is
you. This page explains how
such way to do this.
one such way to do this.
Left() Mid() and Right()
work.
Date: Jun, 17 2002 Date: Jun, 17 2002 Date: Jun, 10 2002 Date: Jun, 10 2002 |