Darwin question
Richard MacLemale
rmaclema at tampabay.rr.com
Wed Jul 24 22:14:01 EDT 2002
Never mind. Answered my own dumb question. I was using
open stack thisStack
put "duh" into field 1 of card 1 of stack thisStackcClose stack thisStack
close stack thisStack
instead of
open stack thisStack
put "duh" into field 1 of card 1 of stack thisStack
save stack thisStack
close stack thisStack
It's the little things that count.
As stated in a previous post, MetaCard can read/write faster to 30 fields in
a single stack than 30 individual text files, so I'm trying to use stacks to
store data. And so, apparently, when writing to a text file you can do
open/write/close, but when working with a stack, it's open/put/save/close.
I should have known it'd be something easy...
--
:)
Richard MacLemale
Network Administrator
J. W. Mitchell High School
More information about the metacard
mailing list