Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
All Statements
Eval Function
STATEMENT: Execute
Execute
(String)
The
Execute
statement takes a single string argument, interprets it as a VBScript statement or sequence of statements, and executes these statements in the current context. No value is returned. If you wish to evaluate an expression (which returns a value) use the
Eval
function instead.
To pass multiple statements to the
Execute
function you should use colons or line-breaks as separators.
Unlike the
Eval
function,
Execute
interprets all "=" operators as assignments rather than comparisons.
Code:
<%
Execute("Call MySub 4, strArg2")
%>
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information