All articles with keyword "ASP Built in Functions"
ASP Magic Eight Ball
If you've got questions about how to do random events, take a look at this sample from CodeAve.com: dim saying(20) ' set the variable saying with 20 di...
Click for more...
Building a Date Formatting Function
One rule many companies are adopting prior to Y2K is that all dates show all four digits of the year, often in a MM/DD/YYYY format. The problem is that the Form...
Building a Format Function
If you want an ASP solution for the missing Format function that you might have liked in Visual Basic, here’s a version in VBScript: '''''''''''''''...
Building a List Automatically
Here's a tip sent in by Wilfred Mathews on how to build either a drop-down list or a multi-row list box by using a database query. While using the Select...
Case Sensitivity in the Replace Function
One of the newer VBScript functions, Replace, allows you to replace text within one string with other text. The simplest method for using this function is: