- 1,251 categories
- 40,829 scripts
- Often times it is necessary to take a string and dice it up in order to extract portions to be used for some obscure purpose. Enter the Split() function. Split is a very easy concept to grasp. Decide where you want to split your string and away you go.
- There are many ways to use arrays. This page shows a couple of quick examples for using arrays in ASP.
- A short tip on passing info between pages via a query string.
- Many times we need to perform an action or display something different based on some different parameters. Using If ElseIf End If is one such way to do this.
- Many times we need to perform an action or display something different based on some different parameters. Using select case is one such way to do this.
- Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().
- Self explaining sort scripts to show how to compare strings: Basics, Compare two strings for similarity, Find position of a substrings within a string, Is a substrings within a string?, Find position of a substrings within a string after skipping par...
- Self explaining sort scripts to show how to manipulate strings. InStr(), LCase(), Left(), Len(), LenB(), LTring(), Mid(), Replace(), Right(), RTrim(), Space (), String(), StrReverse(), Trim() and UCase() commands.
- This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures.
- A short tutorial on the If....Then...Else instructions sequence in ASP that is very similar to the one in different kind of scripting languages.
Page: