Re Hiding Data

John Cuccio jcuccio at pacbell.net
Mon Jan 21 19:30:01 EST 2002


Do you need to save and access the data file. You could put the data file
into another rev stack.That way it can not be access by other. Place a field
on one card then put the data in that field. If the data is to big maybe
different cards. Then when you need the data call it from your main stack.

You need to do a little bit more codeing to access the stack. It needs to be
in the default folder or else it needs to be loaded into memory.


on getdata
put line 2 of field "data" of card 1 of stack "datafile" into var
-- do what ever with the data
end getdata

Another idea put the data file somewhere else. Win: in the window file. Mac:
Pref file. 




More information about the use-livecode mailing list