Skip to content
Gnosis
Gnosis

Power your Apps with Gnosis

  • Search Search
Post Categories Dictionary Functions

Dictionary Functions

Dictionary Gnosis Script Functions.
Powered by Gnosis Copyright © 2025 || Designed by Nasio Themes || Powered by WordPress

Table of Contents

×
  • DictAdd(dict, key1, value1, …) : Dict?
  • DictKeys(dict, skipInternal = false) : []
  • DictMerge(dict, dict1OrKey1, dict2OrValue1?, …) : Dict?
  • DictRemove(dict, key1OrArray1, …) : Dict?
  • DictUnion(dict1, dict2, mergeArrays = false) : Dict?
  • DictValues(dict, skipInternal = false) : []
→ Index