Description of Methods and Functions

Store Functions

While most applications don't use these store functions, we provide them for your reference nonetheless.


GetStores()


This global function returns an array of stores. The first entry in the array is the internal store.

Print(GetStores()); // without a card inserted
[{_Parent: {#3B6531}, 
  _proto: {#4403961}, 
  Store: 17853709, 
  soups: [#440D3A1]}]
Print(GetStores()); // with a card inserted
[{_Parent: {#3B6531}, 
  _proto: {#4403961}, 
  Store: 17853709, 
  soups: [#440BD09]}, 
 {_Parent: {#3B6531}, 
  _proto: {#440C419}, 
  Store: 17862951, 
  soups: [#440C459]}]
Soup Creation
Getting Soup Names
Finding Soups
Miscellaneous Store Functions

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

Last modified: 1 DEC 1996