In this online ASP learning module, the basic aspects in variables are taught with clear explanation. It describes about the data types used to store string values, number values, etc., And a detailed description can be learnt on VARIANTS in VBScript
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 assign
It is obviously stated in this ASP article about the uses of arrays in sending information through web browsers. Implementation of FIFO process in arrays for data transfer in ASP form is demonstrated using VBScript and javascript technologies. Live d
People who want to learn about objects and the usage of object references can go through this tutorial and will learn how VARIANT type in VBScript can handle various objects. And tells the ways to copy the variables to another variable using object r
From this VBScript tutorial, programming learners can improve their knowledge in VBscript and can learn the functionality of variant data type and it's sub types to access values in applications. Explains that this would act as the data type of strin
The array lesson in PHP tutorial helps you how to store more variables using an array. With this script you will be taught to use arrays, create or add arrays with array identifier etc. After studying the arrays, it will help you in building dynamic
A web based ASP course that clearly explains how the arrays in the ASP form page can be sent to another ASP page. Instead of using session variables here it is described to use querystring to pass strings and number arrays. And the given ASP coding l
Clear explanation on VBScript Constants and how to create them using literal values is taught with proper example through this VBScript tutorial. And this process can be done perfectly using Const statement that accepts string, numeric and date value
The array items in VBscript array can be sorted out quicker by converting the array into JScript array sorting function. This article shows the simplest way to interchange VBScript and JScript arrays using which you can sort any number of array table
This is a tutorial and an article that tells the users how to use arrays and multidimensional arrays with coldfusion. This tutorial provide information to the users that the array is a container which holds various variables name alike. This article |