application class : Depot getter

Description

Returns the dictionary.

Syntax

instance.Depot

Arguments

None.

Return value

ClassDescription
dictionaryAssociative array.

Sample code

1:

application app;

2:

dictionary dic = app.Depot;

Notes

Cooker can run multiple Rice scripts at the same time. Since the instance of the application class is a singleton, you can move data between different scripts via this getter.

Links for reference

None.

Copyright © Cooker All rights reserved.