Can i change the format of the output result which is returned when i call the variable name in FSI windows?

I overrided the ToString() funcion in my object, but it does not affect the output results in FSI.

link|improve this question

71% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Yes, use the fsi.AddPrinter function to add a printer for your type.

link|improve this answer
3  
Don Syme wrote a blog on this recently: blogs.msdn.com/b/dsyme/archive/2010/01/08/… – Stephen Swensen May 30 '10 at 1:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.