If I try and do: if type(x) == type(0): ...I get a NameError on type :-( What is so bad about type that I can't use it safely in PythonScripts?!? frustratedly, Chris