MultiboardSetItemValue
- Parameters
mbi multiboarditemTarget cell handle.
val stringNew text.
- comment
Sets the cell's text. It is empty by default.
- note
You must make sure the new text will fit in current width by setting
MultiboardSetItemWidthappropriately. If the width is too small, the text will be cut off.- note
See:
MultiboardSetItemsValue.- patch
1.07
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
native MultiboardSetItemValue takes multiboarditem mbi, string val returns nothing