PDA

Click to See Complete Forum and Search --> : Creating Constant Variables


jesus4u
Feb 26th, 2001, 11:20 AM
Hello all!

I am in VB Script today and I was wondering HOW do I make a Constant variable equal to a dollar or currency value? I need to create constant variables that will hold hard coded dollar values.

What is the syntax?

Mark Sreeves
Feb 27th, 2001, 04:44 AM
<HTML>
<HEAD>
<Script language=VBscript>
const x = 32

msgbox x

</script>

</HEAD>
<BODY>

</body>
</html>


note: constants are constant but variables are variable