|
|
|
|
|
zipMsgError (Function) In french: zipMsgErreur Returns the message associated with an error code on an archive.
New in version 2025MonArchive is zipArchive
ResOuvreArchive = zipOpen(MonArchive)
IF ResOuvreArchive <> 0 THEN
Info(zipMsgError(ResOuvreArchive))
...
END
Syntax
<Result> = zipMsgError(<Error code>)
<Result>: Character string Error message associated with the type of error specified. <Error code>: Integer Error code returned when handling an archive.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|