- arrayToFile
bool arrayToFile(string fname, string[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteArray
T[] deleteArray(T[] dat, uinteger pos, uinteger count)
Undocumented in source. Be warned that the author may not have intended to support it.
- fileToArray
string[] fileToArray(string fname)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertArray
T[] insertArray(T[] dat, T[] ins, uinteger pos)
Undocumented in source. Be warned that the author may not have intended to support it.