 |
chamenas Wizard

Joined: 26 Mar 2008 Posts: 1547
|
Posted: Sun Feb 01, 2009 12:00 am
NULL value? |
Is there a way to represent a NULL value in CMUD?
For instance, if I have an alias such as....
smile <person's name>
pmote smiles broadly at %params
Is there a way to instead:
Code: |
#IF (%params=NULL)
{
pmote smiles broadly.
}
{
pmote smiles broadly at %params
}
|
|
|
|
 |
gamma_ray Magician
Joined: 17 Apr 2005 Posts: 496
|
Posted: Sun Feb 01, 2009 12:47 am |
%null
|
|
|
 |
chamenas Wizard

Joined: 26 Mar 2008 Posts: 1547
|
Posted: Sun Feb 01, 2009 2:05 am |
Thanks
|
|
|
 |
|
|