>>> 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 [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
