Thread
:
function findName()
View Single Post
#
16
11-25-2007, 12:58 AM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Quote:
Originally Posted by
cbkbud
PHP Code:
return
"Error!"
;
PHP Code:
return
false
;
Returning false makes it easier to do a quick negative check:
PHP Code:
if (!
this
.
findName
(
"foo"
))
3,000th post and this is all I had to say?
Last edited by Skyld; 11-25-2007 at
01:12 AM
..
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld