View Single Post
  #2 (permalink)  
Old 08-23-2007, 03:00 AM
Gopisoft Gopisoft is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Posts: 117
Gopisoft is on a distinguished road
Default Re: How does nil and false duffer?

NIL is not a data type, its kind of unknown value. NIL value assign to any kind of data types.
False is a boolean data type Value

--R.Gopi
Reply With Quote