|
Last change
on this file since 21 was 21, checked in by Alex Taylor, 11 years ago |
|
Implemented Sys2FormatNumber() function.
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | FUNCTION WISHLIST
|
|---|
| 2 |
|
|---|
| 3 | * Sys2ReplaceModule - A wrapper for DosReplaceModule()
|
|---|
| 4 | - Sys2TokenizeString - A string tokenizer
|
|---|
| 5 | - Sys2FormatCurrency - A strfmon wrapper
|
|---|
| 6 | - Sys2GetResource - DosGetResource wrapper
|
|---|
| 7 | - Sys2IsDirectory - Determine if filespec is a directory
|
|---|
| 8 |
|
|---|
| 9 | Under consideration:
|
|---|
| 10 | - Sys2PrintFile - Print a file to a port or queue
|
|---|
| 11 | - Sys2StemSort - Sort the values in an array stem
|
|---|
| 12 | - SYSLEVEL parser
|
|---|
| 13 | - BLDLEVEL parser <-- exists in rxunlock
|
|---|
| 14 | ? Install a font
|
|---|
| 15 | ? Sys2IncFileName: find the next available filename according to a pattern
|
|---|
| 16 | (e.g. CONFIG.001, log_0004.txt, etc.)
|
|---|
| 17 | ? Create a printer port <-- in rxprtutil
|
|---|
| 18 | ? Create a printer queue <-- in rxprtutil
|
|---|
| 19 | ? Install a printer "driver.device" <-- in rxprtutil
|
|---|
| 20 | ? Access to the Win32 registry <-- exists in sp1utils
|
|---|
| 21 | ? Sys2CloseWindow & Sys2ExitWindow <-- exists in pr1util
|
|---|
| 22 | ? Sys2ReplaceObjectClass <-- exists in rexxutil replacement
|
|---|
| 23 | ? Query/extract an object's icon <-- exists in RWS?
|
|---|
| 24 |
|
|---|
| 25 | * = Implemented, needs more testing
|
|---|
| 26 | ? = Suggestion only
|
|---|
| 27 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.