[NTLK] Followup: Need help with store parts
NewtonTalk
newtontalk at pda-soft.de
Tue Mar 1 14:27:42 PST 2022
>> local soup:=theStore:CreateSoupXmit(kSoupName, kSoupIndices, nil);
>> soup:Add({anInteger: 1}) ;
>> NTK complains
>> Undefined variable: Soup
> Just remove the "local" keyword and it will work.
I followed Matejs suggestion and made the soup no longer local. This solved
this particular problem. I was able to compile and download my store part,
and I can access its data with the NTK inspector. So chances are good that
I'll be able to access it from NewtTest, too. Thanks to everybody who
replied!
Frank
-- Newton software and hardware at http://www.pda-soft.de
More information about the NewtonTalk
mailing list