Store Functions

Getting Soup Names


store:GetSoupNames()


This method returns an array containing the names of all the soups on the specified store. Here is an example:

internal := GetStores()[0];
Print(internal:GetSoupNames())
["Calendar", "Calendar Notes", "Directory", "Inbox", "Library", "Names", "Notes", "Outbox", "Repeat Meetings", "Repeat Notes", "System", "To do"]

An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.

Last modified: 1 DEC 1996