MultiboardSetItemValue

Parameters
mbi multiboarditem

Target cell handle.

val string

New 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 MultiboardSetItemWidth appropriately. If the width is too small, the text will be cut off.

note

See: MultiboardSetItemsValue.

patch

1.07

Source
common.j
return type
nothing
Source code
native MultiboardSetItemValue           takes multiboarditem mbi, string val returns nothing