Soup Functions
unionSoup:AddToDefaultStoreXmit(frame, changeSymbol)
frame
and adds it to unionSoup
. The entry frame is placed on the default store as specified in the Card slip. If a member soup doesn't exist on the default store, the system will create one using the register soup def. An exception will be thrown if the soup can't be created or if the entry can't be added (for example, the store could be read-only). The changeSymbol
is a symbol specifying who made the change (it is usually an application symbol). If changeSymbol
is nil
, no change notification is done. Here is a standard use of the method:
theSoup:= GetUnionSoup("NameAndHeights"); theSoup:AddToDefaultStoreXmit( {name:"Neil", height: 72.5}, '|ProgNewton:Calliope|);
An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.
Last modified: 1 DEC 1996