I am using a routine that uses reflection to loop through each business object in an assembly and generate's a html help documentation file, I name these files using the business object tostring method. So for instance the filename might be Businessobject1.htm.
hohever If I call the same business objects ToString method from within a form I end up with [Businessobject1].htm. It seems the [] brackets are being added.
Paul