| Syntax |
result = OCONV( '', 'u28' )
|
| Category |
BASIC
|
| Type |
User Exit
|
| Description |
returns the number of saves that have occured since the last full restore.
It is used by the "file stats" portion of the "file-save" program, and is passed into the Access selection processor to eliminate files that were NOT saved on the most recent file-save. It is also used by the "list-file-stats" program.
|
| Options |
|
| See Also |
user exits, FlashBASIC file-save lfs list-file-stats file-of-files
|
| Example |
statno = oconv('','u28')
execute 'list stat-file with stat# "':statno:'" and with reel# # "1" '
|
| Warnings |
|
| Compatibility |
D3 7.0 AP
|