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

Variables and Data Types in Classic ASP

Declare variables with Dim; variants hold many subtypes.

Variables and Data Types in Classic ASP — a practical guide to Classic ASP variables with clear examples you can reuse in real projects.

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

Short description

Use Option Explicit to catch typos.

Variables

Dim count, price, active
count = 3
price = 19.99
active = True