Skip to main content

Dict.Create

Creates an empty dictionary.

Syntax

Dict.Create

Returns

reference to Dict object

Details

Dictionary is a collection of unique keys (values) mapped to specific values. Think of it like a real-world dictionary where the "word" is the key and the "definition" is the value. E.g. you can map the value "hello" to the "world" value. This data type is used by more experienced users, allowing for dynamic data storage.

On a running server

Use serhelp Dict.Create to inspect the reference generated by your installed SER version.