Microsoft® Visual Basic® Scripting Edition IsEmpty Function |
| Language Reference |
|
Returns a Boolean value indicating whether a variable has been initialized.
IsEmpty(expression)The expression argument can be any expression. However, because IsEmpty is used to determine if individual variables are initialized, the expression argument is most often a single variable name.
IsEmpty returns True if the variable is uninitialized, or is explicitly set to Empty; otherwise, it returns False. False is always returned if expression contains more than one variable.
file: /Techref/language/asp/vbs/vbscript/105.htm, 2KB, , updated: 2004/3/17 18:58, local time: 2024/11/5 08:27,
18.116.36.56: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/105.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |