uce/site/doc/pages/2_DValue_clear.txt
2026-06-15 21:42:50 +00:00

17 lines
269 B
Plaintext

:sig
void DValue::clear()
:params
return value : none
:see
0_DValue
2_DValue_set_array
:content
Clears the value into an empty map-shaped value and resets its array index. Unlike `set_array()`, this does not set list mode.
```cpp
context.call["flash"].clear();
```