Articles Archive
Director Forums
Director Wiki
Job Board
Search
 
 Director Online WikiMain Page | About | Help | FAQ | Special pages | Log in | Printable version | Disclaimers

VoidP

From Director Online Wiki

One of Lingo's predicate functions. Tests to see whether a variable contains the value VOID.

Example:

   isVoid = voidP( someVariable )
   if (isVoid) then
       put "The value is VOID"
   else
       put "The value is not VOID"
   end if

Retrieved from "http://www.director-online.com/dougwiki/index.php/VoidP"

This page has been accessed 1365 times. This page was last modified 17:04, 5 May 2005.