save data in custom properties in a stack- or a text file?
Josh Mellicker
josh at dvcreators.net
Thu Aug 2 03:18:05 EDT 2007
Hi, and thanks for all your responses.
>
>> entering/reading data manually: text file way easier
>
> What is "manually" in this context? What other processes in the
> workflow require "manual" editing?
Basically I was saying typing stuff in a text file is easier than
altering custom properties with a property editor and the message
box; (mostly during development)
What if your data was this:
Revolution Coders
2.0
Richard,http://www.fourthworld.com/,http://www.fourthworld.com/rev/
Jacqueline,http://www.hyperactivesw.com,http://www.hyperactivesw.com/
Resources.html
Andre,http://andregarzia.com/,http://www.andregarzia.com/RevOnRockets/
index.html
----
Would you tend to store the above in a text file? Or custom props?
----
On a side note, this is how I'm encrypting a local text file with
registration info:
function lbencrypt tData
encrypt tData using "blowfish" with password productInfo
("regFilePassword")
put the base64encode of it into it
return it
end lbencrypt
More information about the use-livecode
mailing list