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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution