Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
ASP.NET

VBScript Basics

Learn VBScript syntax used in most Classic ASP apps.

VBScript Basics — a practical guide to VBScript basics ASP with clear examples you can reuse in real projects.

ASP & ASP.NET Tutorial Series (8/247). Prefer one article? Read the complete ASP.NET tutorial.

Short description

Case-insensitive language with Dim, Set, and late binding.

VBScript tip

Dim name
name = "Asha"
Response.Write "Hello " & name