| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | utility | |
| Module | misc | |
| Tool | misc |
| fileid | File id | ||
| Allowed: | file id as returned by fopen | ||
- fp := dms.fopen('myfile', 'w')
# Do some stuff here
- dms.fclose(fp)
T