Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion calling outValue on object type outArgument

Received: by 10.224.97.134 with SMTP id l6mr1519884qan.6.1335378871783;
        Wed, 25 Apr 2012 11:34:31 -0700 (PDT)
X-BeenThere: jscocoa@googlegroups.com
Received: by 10.224.95.141 with SMTP id d13ls469055qan.2.gmail; Wed, 25 Apr
 2012 11:34:31 -0700 (PDT)
Received: by 10.224.184.70 with SMTP id cj6mr1524926qab.3.1335378871254;
        Wed, 25 Apr 2012 11:34:31 -0700 (PDT)
Received: by 10.224.203.4 with SMTP id fg4msqab;
        Mon, 23 Apr 2012 14:43:35 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.70.196 with SMTP id o4mr1248297vdu.0.1335217415606; Mon, 23
 Apr 2012 14:43:35 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
 jonathan_mitch...@yahoo.com designates internal as permitted sender)
 smtp.mail=jonathan_mitch...@yahoo.com; dkim=pass
 header...@yahoo.com
Received: by e15g2000vbt.googlegroups.com with HTTP; Mon, 23 Apr 2012 14:43:35
 -0700 (PDT)
Date: Mon, 23 Apr 2012 14:43:35 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3)
 AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3,gzip(gfe)
Message-ID: <61d04475-cc7e-42ab-b0d0-b18e34d491b4@e15g2000vbt.googlegroups.com>
Subject: calling outValue on object type outArgument
From: mugginsoft <jonathan_mitch...@yahoo.com>
To: JSCocoa <jscocoa@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi

Just a point of clarification.

My understanding is that outValue only needs to be called on an
outArgument if the returned type is an NSObject.
If the returned value is a basic data type (int, float etc) then the
outArgument can be used without referencing the outValue.

Is this correct?

Thanks

Jonathan