Hi Brian I have a delegate in python that returns a bool def returnFalse(): return False However, when this function is called from my c# compiled .Net program it always sees a return value of True. Seen this before? (This is with the latest in svn) Mathew