8 lines
126 B
Text
8 lines
126 B
Text
// Object dimensioned, but not assigned
|
|
CFStringRef object
|
|
|
|
if ( object == NULL )
|
|
print "object is NULL"
|
|
end if
|
|
|
|
HandleEvents
|