many thanks and such a speedy response
Regards
Ini
Search found 2 matches
- Fri Oct 25, 2013 3:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Compress a file into a custom property
- Replies: 2
- Views: 1893
- Fri Oct 25, 2013 2:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Compress a file into a custom property
- Replies: 2
- Views: 1893
Compress a file into a custom property
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 ...
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 ...