dkinzer Site Admin
Joined: 03 Sep 2005
Posts: 2499
Location: Portland, OR
|
|
Posted: 09 November 2005, 21:55 PM Post subject: Routines for formatting numeric values |
|
|
The attached file contains several routines for formatting integral and real values into a series of characters. There are two sets of routines: one that produces variable-width output and one that produces fixed-width output with left-, center- and right-justification options. The routines output the formatted result to a Byte buffer which the caller can then use for various purposes. A string can be easily constructed from the result using the MakeString() function.
| Description: |
| This file contains several routines for formatting integral and real values. |
|
 Download |
| Filename: |
Format.bas |
| Filesize: |
14.91 KB |
| Downloaded: |
3477 Time(s) |
|
|