[IronPython] Slice assignment in array

Dino Viehland dinov at exchange.microsoft.com
Tue Dec 18 18:29:38 CET 2007


Thanks for the bug report - I've opened CodePlex bug #14452.  I agree this should work.

http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=14452

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Sanghyeon Seo
Sent: Monday, December 17, 2007 7:28 PM
To: Discussion of IronPython
Subject: [IronPython] Slice assignment in array

>>> import clr
>>> abc = 'abc'.ToCharArray()
>>> cd = 'cd'.ToCharArray()
>>> abc[1:] = cd
Traceback (most recent call last):
ValueError: cannot do slice assignment w/ no step

--
Seo Sanghyeon
_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list