I'm tring to implement LZW compression inside a classic asp script. this is the LZW VBscript: http://www.koders.com/asp/fid8C7ADB343C2D52BEC62BEFFCD05C2C3207C263AD.aspx?s=lzw#L3
However, I get into problems (including vb inside classic asp):
Microsoft VBScript compilation error '800a03ee' Expected ')' /_test/lzw_class.asp, line 109 Public Sub Compress_LZW_Static_Hash(aFileArray() As Byte) -------------------------------------------------^
Is there a simple way to include vbscript inside asp?