Utility method to print a wrapped version of the output.
            Each line will be a maximum of maxLen characters wide
            with lines broken on 
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public void PrintWrap( StringBuilder sb, TextWriter output )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub PrintWrap ( _ sb As StringBuilder, _ output As TextWriter _ )  | 
| Visual C++ | 
|---|
public: void PrintWrap( StringBuilder^ sb, TextWriter^ output )  | 
Parameters
- sb
 - Type: System.Text..::.StringBuilder
the StringBuilder to print 
- output
 - Type: System.IO..::.TextWriter
the output stream