Opens the dictionary.
OPEN<s>dictionaryName<s>readOnly<end>
where
Parameter | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
dictionaryName | string | The name of the dictionary. | ||||||
readOnly | boolean | The access mode.
|
<s> = Char(127) <end> = Char(0)
resultCode<s>contextCode<end>
where
Parameter | Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
resultCode | integer |
|
||||||||||||||
contextCode | integer | The context code of the dictionary. |
The following message opens the test dictionary as read only.
-> OPEN<s>test<s>0<end>
<- 0<s>1<end>
where
<s> = Char(127) <end> = Char(0)