|
|
|
|
|
- Closing a file opened several times
- Closing a locked file
Sintaxis
<Result> = fClose(<File used>)
<Result>: Integer - 0 is the external file is closed,
- -1 if an error occurred. To get more details on the error, use ErrorInfo with the errMessage constant. fClose throws an error if the file is not opened.
<File used>: Integer or DiskFile variable Observaciones Closing a file opened several times The same file can be opened several times simultaneously. Each version of the file must be closed individually via its own identifier. Clasificación Lógica de negocio / UI: Lógica de negocio
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|