"Out-of-left-field" question for any ASP/VBScript Gurus

'Variable Declaration and Assignment Statement' tutorial was cited in a PC World forum post in 2007.

The Variable Declaration and Assignment Statement tutorial was cited in a PC World forum post in 2007.

Subject: "Out-of-left-field" question for any ASP/VBScript Gurus
Date: Mar 3, 2007
Author: beama
Source: http://forums.pcworld.co.nz/archive/index.php/t-77172.html

>Can anyone tell me where I can declare a Const? Can I do it anywhere?
>(As you can guess, I don't think I can!)
>...
...

from a bit of googling it appears that there is no data type of Const
in vb scripting ( I maybe wrong here)
https://www.herongyang.com/vb_script/vb_script_variable.html
http://sunsite.serc.iisc.ernet.in/virlib/js/spled/ch13.htm#DataTypes

you may have to do it the old way
assign a value to variable and ensure you don't change it
give it a name such as const
ie
dim Const = 5

Table of Contents

 About This Book

 Reference Citations in 2023

 Reference Citations in 2022

 Reference Citations in 2021

 Reference Citations in 2020

 Reference Citations in 2019

 Reference Citations in 2018

 Reference Citations in 2017

 Reference Citations in 2016

 Reference Citations in 2015

 Reference Citations in 2014

 Reference Citations in 2013

 Reference Citations in 2012

 Reference Citations in 2011

 Reference Citations in 2010

 Reference Citations in 2009

 Reference Citations in 2008

Reference Citations in 2007

 PHP 5 Soap Client - Format of Request

 IllegalBlockSizeException thrown from .NET dll: msg#00024

 Encoding problem with MySQL

 How can I view the Chinese data in my database?

 JSTL custom tags

 Trying to run forEach

 Hvor "sikker" er adgangskontrol med htaccess?

 How to add DTD syntax line into XML using java code

 Configure soap trên PHP

 how to update garbled characters

 Clr UDT Serialization

 PHP Sessions Timing Out

"Out-of-left-field" question for any ASP/VBScript Gurus

 soapclient

 Trying SOAP and PHP with no luck?

 Reference Citations in 2006

 Reference Citations in 2005

 Reference Citations in 2004

 Reference Citations in 2003