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 strin
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 code t
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 information
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 function
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 be u
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 pe
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. Required
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 explained
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 your |