Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-16-2010, 11:05 AM   #1 (permalink)
Registered Member
 
Join Date: Sep 2010
Posts: 2
minus is on a distinguished road
Default check a NULL value

Hi everybody !

I have a NSData : attachment, I have to check if his value is NULL.

When I done :

Code:
NSLog(@"%@", attachment)
I have :

Code:
(null)
I tried :

Code:
if( (NSNull*) attachment == [NSNull null]) {
...
}
but it doesn't work. How can I check if my value is null ?
minus is offline   Reply With Quote
Old 09-16-2010, 11:07 AM   #2 (permalink)
Pro. Game Developer
iPhone Dev SDK Supporter
 
Join Date: Feb 2009
Location: żLa Islas Hermosas?
Posts: 2,176
Kalimba is on a distinguished road
Default

Code:
if ( attachment == nil )
{
    // attachment is nil, NULL, 0, nada, zilch, etc.
}
__________________
~~ Word Flurry ~~ App Store / Website / Facebook
Kalimba is offline   Reply With Quote
Old 09-16-2010, 11:12 AM   #3 (permalink)
Registered Member
 
Join Date: Jan 2010
Location: New York
Age: 23
Posts: 144
csheldrick is on a distinguished road
Default

Code:
if(attachment){
// code if it's not null
} 
if(!attachment){
// code if it is null
}
__________________
Check out my website and forum!
The best way to learn is to do.
My Apps:
iPill Trackr
Reminder
Reminder Lite
iSupplement
Million Shake Challenge
Proxim
Rainbow
csheldrick is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 310
16 members and 294 guests
2ndSegment, cayladv57, cgokey, dermotos, djohnson, Domele, Hamad, heshiming, linkmx, markuschow, pungs, Rudy, Sloshmonster, teebee74, v1n2e7t
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,655
Threads: 94,116
Posts: 402,889
Top Poster: BrianSlick (7,990)
Welcome to our newest member, pungs
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 10:57 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0