Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

Make money selling software. Check this out here

Hosted clickbank mall. Check this out here




   Misc

   Amazon

   Links

    


Variable example

 

This example shows a basic variable and also how to output text using VBScript


 

 

<html>
<head>
<title>Untitled Document</title>
</head>
<body>
<script type="text/vbscript">
//declare a variable called strText
Dim strText
//put some text in the variable
strText="This is a test of VBScript"
//output the string
document.write(strText)
</script>
</body>
</html>


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Count words in a sstring using Regular expressions(VB.net)
Log on as different user(VB)
flickering form effect(VB)
Round form(VB)
Display all files in a directory(ASP)
GD exists(PHP)
Display all environment variables(Powershell)
decimal number to a radian, or a radian to decimal(VB)

    




Copyright © 2004 by programmershelp.co.uk