Compress a file into a custom property
Posted: Fri Oct 25, 2013 2:32 pm
Hi
Can anyone tell me how to compress a file and store it in a custom property
I have a custom property named cVersionInformation
I have tried the following
put compress("myfile.txt") into cVersionInformation of this stack
which doesn't work with an error message
(Chunk can;t create a variable with that name (explicitVariables?)) near cVersionInformation, char 38
Any help greatly appreciated
thanks.
Can anyone tell me how to compress a file and store it in a custom property
I have a custom property named cVersionInformation
I have tried the following
put compress("myfile.txt") into cVersionInformation of this stack
which doesn't work with an error message
(Chunk can;t create a variable with that name (explicitVariables?)) near cVersionInformation, char 38
Any help greatly appreciated
thanks.