>    // DON"T YOU NEED:
>       this.aTestArray = aTestArray
>       this.sFoo = sFoo;

  Right, so essentially a local copy of the one passed in is needed, rather 
than accessing the one passed in directly, yes?

  Saying this.aTestArray = aTestArray is making a local (this object) copy 
rather than just dealing with aTestArray directly.

  I guess I expected that either it would be done implicitly, or that 
aTestArray could be accessed without the 'this.' designation since it was 
passed in. I dunno....not much of a question since it's fairly 
straighforward to get it to work. I was just suprised that the object passed 
in as an argument wasn't directly acessible without the explicit
this.whateverNameIWant = aTestArray.

  Thanks (as always) for the response.

  Cheers,
  James

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to