|
|
|
|
|
Uncompress (Function) In french: Décompresse Decompresses a memory block (buffer) that was compressed by Compress.
// Compresses then decompresses a string Comp is Buffer = Compress("String to compress") Info(Uncompress(Comp))
Syntax
<Result> = Uncompress(<Compressed buffer>)
<Result>: Buffer - Decompressed memory block,
- Empty string ("") if an error occurred. ErrorInfo returns the details of the error.
<Compressed buffer>: Buffer Buffer compressed by Compress.
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM Sports
[ + ] This example is a sport application used to save your performances. The application calculates the distance, the time, the average speed and the number of calories spent according to the sport. The run is displayed on a map control via markers and an itinerary. The example also includes a server part used to synchronize the user data. This webservice is available in the WEBDEV "WW_Sports" example.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|