| 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 | ||
| filler | string buffer to replace blanks | ||
| Allowed: | String | ||
| Default: | '' | ||
- fp := dms.fopen('myfile', 'r')
- a := dms.fgets(fp)
- print a
mySource 12:04:42.30
dms.fgets(fp) will return 0 when it reaches the end of file.