| java.lang.Object tcl.lang.BinaryCmd
Method Summary | |
static int | FormatNumber(Interp interp, char type, TclObject src, byte[] resultBytes, int cursor) ----------------------------------------------------------------------
FormatNumber --
This method is called by the binary cmdProc to format a number
into a location pointed at by cursor. | public void | cmdProc(Interp interp, TclObject[] argv) |
FormatNumber | static int FormatNumber(Interp interp, char type, TclObject src, byte[] resultBytes, int cursor) throws TclException(Code) | | ----------------------------------------------------------------------
FormatNumber --
This method is called by the binary cmdProc to format a number
into a location pointed at by cursor.
Results:
None
Side effects:
None.
----------------------------------------------------------------------
|
|
|