When I'm trying to add .NET Arrays that are holding one type of object with the 
System.Array.Add function.  I get an error that the says "expected object with 
__len__ function, got Texture2D (whatever objects that I want to merge).  I'm 
using Xna  as you might have guessed.  I just want to add the objects into one 
array, not add the objects together.  How do I do this?
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to