Function Tree, Formatting and I/O Library
Class/Panel Name | Function Name |
---|---|
File I/O | |
Open File | OpenFile |
Close File | CloseFile |
Read from File | ReadFile |
Write to File | WriteFile |
Array to File | ArrayToFile |
File to Array | FileToArray |
Get File Information | GetFileInfo |
Set File Pointer | SetFilePtr |
Set Commit Mode | SetCommitMode |
String Manipulation | |
Get String Length | StringLength |
String to Lowercase | StringLowerCase |
String to Uppercase | StringUpperCase |
Fill Bytes | FillBytes |
Copy Bytes | CopyBytes |
Copy String | CopyString |
Compare Bytes | CompareBytes |
Compare Strings | CompareStrings |
Find Pattern | FindPattern |
Read Line | ReadLine |
Write Line | WriteLine |
Data Formatting | |
Formatting Functions | |
Fmt to Memory | Fmt |
Fmt to File | FmtFile |
Fmt to Stdout | FmtOut |
Scanning Functions | |
Scan from Mem | Scan |
Scan from File | ScanFile |
Scan from Stdin | ScanIn |
Status Functions | |
Get # Formatted Bytes | NumFmtdBytes |
Get Format Error Index | GetFmtErrNdx |
Get I/O Error | GetFmtIOError |
Get I/O Error String | GetFmtIOErrorString |