Home > lang > collection 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Inline Collections
Collection = [ Key : Expression [ , ... ] ]

Creates a collection and returns it.

Example

Dim cCol As Collection

cCol = [ "A": 1, "B": 2, "C": 3 ]
Print cCol["B"]

2

See also

Inline Arrays