FutureProg types
Culture Dictionary
| Property | Return type | Help |
|---|---|---|
.any |
Boolean |
True if there are 1 or more items, otherwise false |
.count |
Number |
The number of items in this dictionary |
.empty |
Boolean |
True if empty |
.keys |
Text Collection |
A collection of the keys without their values |
.values |
Culture Collection |
A collection of the values without their keys |