Commandes BASIC
Dictionary
17 commandes
- CreateDictionaryCreateDictionary() → integer +1
- DeleteDictionaryDeleteDictionary(dictionary integer)
- DictionaryExistsDictionaryExists(dictionary integer) → integer
- DictionarySizeDictionarySize(dictionary integer) → integer
- ClearDictionaryClearDictionary(dictionary integer)
- DictionaryHasDictionaryHas(dictionary integer, key string) → integer
- RemoveDictionaryKeyRemoveDictionaryKey(dictionary integer, key string) → integer
- DictionaryKeysDictionaryKeys(dictionary integer, destination void) → integer
- DictionaryTypeDictionaryType(dictionary integer, key string) → integer
- DictionarySetStringDictionarySetString(dictionary integer, key string, value string)
- DictionaryGetStringDictionaryGetString(dictionary integer, key string) → string +1
- DictionarySetIntegerDictionarySetInteger(dictionary integer, key string, value integer)
- DictionaryGetIntegerDictionaryGetInteger(dictionary integer, key string) → integer +1
- DictionarySetFloatDictionarySetFloat(dictionary integer, key string, value float)
- DictionaryGetFloatDictionaryGetFloat(dictionary integer, key string) → float +1
- DictionarySetBooleanDictionarySetBoolean(dictionary integer, key string, value integer)
- DictionaryGetBooleanDictionaryGetBoolean(dictionary integer, key string) → integer +1