• Rufi
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi

 

I have following lines of code:

 

var obj1:SObject = _crObjectArrayJoined[0]; // First Index 0  has 1 Sobject
var obj2:SObject = _crObjectArrayJoined[1]; //Second SObject

 

Can you please give me any suggestions on how to merge these two object into one in AS3?

 

Cheers.

 

 

  • August 11, 2010
  • Like
  • 0

Hi

 

I have following lines of code:

 

var obj1:SObject = _crObjectArrayJoined[0]; // First Index 0  has 1 Sobject
var obj2:SObject = _crObjectArrayJoined[1]; //Second SObject

 

Can you please give me any suggestions on how to merge these two object into one in AS3?

 

Cheers.

 

 

  • August 11, 2010
  • Like
  • 0