MultiboardClear
- Parameters
lb multiboardTarget multiboard.
- comment
Erases all items in a multiboard and sets row count to 0, column count to 0. The multiboard's name is preserved.
- note
Implementation-specific: Clearing a multiboard does not automatically invalidate previous
multiboarditemhandles. If you expand the multiboard again, you'll be able to reuse old handles. BUT you really shouldn't be doing this, it seems to be a buggy/undefined behavior. When you clear or shrink a table, it's best to release old cell (item) handles withMultiboardReleaseItem.- note
See:
DestroyMultiboardto remove,MultiboardDisplayto hide a multiboard.- patch
1.07
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
native MultiboardClear takes multiboard lb returns nothing