Tony >Has anyone seen this problem ? Yes! :-) >type this in Python Win >print range (0,1000) Try this: print len(range(1000)) It's a limitation (some would say bug) in your editor. Nils