What it does
ExtractZipASync takes zipfilename (a string), path (a string) and password (a string), and returns nothing.
Syntax
ExtractZipASync(zipfilename string, path string, password string)Parameters
| Name | Type |
|---|---|
| zipfilename | string |
| path | string |
| password | string |
Every form returns
nothing
Example · generated
ExtractZipASync("assets/data.dat", "assets/data.dat", "value")DO Sync()LOOPExtractZipASync is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.