Store Functions
store:CreateSoupXmit(soupName, arrayOfIndexSpecs, changeSymbol)
store
:
soupName
arrayOfIndexSpecs
changeSymbol
changeSymbol
is nil
, no change notification is done.
internal := GetStores()[0]; internal:CreateSoupXmit("Foo", [ { structure: 'slot, path: 'name,type: 'string }, { structure: 'slot, path: 'height,
type: 'real } ], '|ProgNewton:Calliope|);
RegUnionSoup
in your application. It creates soups on stores as necessary and is the recommended way to create union soups. See "RegUnionSoup" on page 251 for complete details.
An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.
Last modified: 1 DEC 1996