Microsoft®
Visual Basic® Scripting Edition Call Statement |
| Language Reference |
|
Transfers control to a Sub procedure or Function procedure.
[Call] name [(argumentlist)]The Call statement syntax has these parts:
Part Description Call Optional keyword; if specified, you must enclose argumentlist in parentheses. For example: Call MyProc(0)
name Required. Name of the procedure to call. argumentlist Optional. Comma-delimited list of variables, arrays, or expressions to pass to the procedure. Must be in parens
You are not required to use the Call keyword when calling a procedure. However, if you use the Call keyword to call a procedure that requires arguments, argumentlist must be enclosed in parentheses. If you omit the Call keyword, you also must omit the parentheses around argumentlist. If you use either Call syntax to call any intrinsic or user-defined function, the function's return value is discarded.
file: /Techref/language/asp/vbs/vbscript/362.htm, 2KB, , updated: 2005/5/26 09:39, local time: 2024/11/5 08:29,
18.216.24.36:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/asp/vbs/vbscript/362.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |