MultiStatus

Inserts an array of simulated LED status lights into the spreadsheet. The function displays the specified bits from a control value as a single LED with two color states.

MultiStatus Example

A spreadsheet is configured as follows:

  • A1 = EditInt(0,255)

  • A2 = MultiStatus(A1,0,8,0,0xFF0000,0x00FF00)

If you increment the EditInt control in cell A1, you can observe how the MultiStatus function displays the binary representation of the cell it references (in this case, A1):