NullValue()
returns null
If full null support is enabled, you can simply use the null keyword.
NullValue( );
Returns: any
This function does not take any arguments.
Examples
// see this video for Lucee null support => https://www.youtube.com/watch?v=GSlWfLR8Frs
my_null = NullValue();
dump(isNull(my_null));
See also
- IsNull()
- Null Support
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)