Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
When Session Variables Go Bad - Introduction
Validation example string length
Variable Scope
Variables and Values in VBScript
Variables, Values, and Arrays in VBScript
Using the Eval and Execute Functions
Using the EVAL method
Using The Split() Function
Using a query string to send information
URLEncode Function
Use prefix notation when naming your variables
Unicode to punycode online decoder and encoder
UBound Function
Trace your referrer
StrCat.Catter - An Efficient String Concatenation Component
Top Code
Multi-dimensional arrays
HTML Parsing Function Library
Post binary data to URL from WSH/ASP/VBA/VBS
Left() Mid() Right()
Remove item from array
Proper Capitalization
Sorting a Two-Dimensional Array using a Bubble Sort
Passing Arrays from One ASP Page to Another
Implementing Multi-dimensional Arrays in JavaScript
Generate a Random Picture with ASP
Formating Numbers and Digits
Load Down: Application Center Test
Use prefix notation when naming your variables
Mid Function
Using the Eval and Execute Functions
ASP > Tips and Tutorials > String & Variables
Source List
All | Freeware

Code 81-96 of 96   Pages: Go to  << Prior  1  2  3  4  5  page  


This ASP online tutorial elaborately explains the usage of ASP string functions to concatenate a query string with output. Sample program provides all necessary functions in proper syntax and this process is explained for the databases SQL and MS...





A string manipulation tutorial that implements the ASP techiniques to help you to learn how to join two text together. The string functions in VBScript are given with proper syntax and from the example coding you can learn easily how...



To check the availablity of array values within another array set is taught through this ASP learning course that describes the uses of VBscript's array and string functions. And here it is demostrated how to create two sets of arrays, how to...



This ASP article has an example source snippet that demonstrates how the color values of RGB and HexaDecimal can be converted between them. Clearly explains the RGB methods and properties to retrieve color values and describes all functions used...



From this easier ASP tutorial, web developers can create their own validation program in ASP using VBScript functions. The form fields can be checked at the client side to find the invalid data and this article describes it as lesser effective way...



Using this online ASP tutorial, you can obtain the useful tips to produce your ASP scripts in a readable format. Provides several related articles through which you can improve coding skills in ASP programming. Also, explains there is no need to...



It is a web based ASP educational system that is available with individual chapters to demonstrate the various array functions in ASP. By going through this article, you can find more useful tips and information on basic aspects of arrays,...



This online ASP article tells you the easier ways to generate the random codes dynamically. The length of the code and the number of combinations of the code length should be given when initiating the code generator function. Comes with source...



More information on Variables in ASP is provided in this ASP study module which will be more useful for the initial stage ASP developers. Describes the 'variant' datatype in ASP to contain either string or numeric value. Sample coding shows how...



A clear explanation about few functions in arrays is taught through this ASP tutorial. The described array statements are: DIM to define the size of array,- REDIM - to resize the array which causes the removal of array items,- PRESERVE - the...



One of the ASP tutorial through which you can learn how to collect the application variables that are available in application memory. All variable values can be displayed on pages using Response.Write function in ASP. More useful to show...



This ASP article guides you how to handle the ASP strings as values to be used with SQL output statement. Provided program lets you know which functions are used to alter a string in ASP that has been given within single quotes to value so as to...



By reading this online ASP article, you can understand many things on variables which guides you to declare a variable and to name a variable to make it sense. Limitations lets you define the variable names properly. How variables can be called to...



From this online ASP resource you will be able to know about adding items to array for administering the data files. In this article, it is explained with a little program which function should be used to add a value to an array dynamically....



One of the ASP based online array tutorial that educates about the several uses of index value in conjunction with array elements. Replacing the existing elements with a new item in a specific index can be done in more than ways. And it is...



More information on strings with ASP application can be learnt online through this ASP tutorial that demonstrates the VBScript string functions to work with dynamic tables on a database and instructs you to implement the faster way to manipulate...