###Keyword###
Null

###Description###
Keyword value to use in function call.

###Syntax###
	$var = <b>Null</b>


###Parameters###
None.

###Remarks###
Use this keyword to trigger specific operations of functions that accept it as parameter.
Null evaluates only to Null, still in mathematical operations this keyword has value of 0, and as string it has no value (empty string).
COM method will receive Null as VT_NULL VARIANT. <a href="../functions/DllCall.htm">DllCall's</a> <i>wstr</i> and <i>str</i> types will be set to NULL (pointers).


###Related###
IsKeyword, Default


###Example###
@@IncludeExample@@
