Home > comp > gb.compress > uncompress > string 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Uncompress.String (gb.compress)
Syntax
FUNCTION String ( Source AS String ) AS String

This function returns an uncompressed string from a compressed string using the algorithm defined by Type property.

Examples

DIM Cz AS NEW Uncompress
DIM Buf AS String

Cz.Type = "bzlib2"

Buf = Cz.String(SourceString)
PRINT Buf