What is the C (printf) style format for outputting a Boolean array?
I currently use to get
Step.Result.ReportText = Locals.Outlets.GetFormattedValue("",0,"",False,"\n")
Outlet State | |
Status: | Done |
Module Time: | 1.6116278 |
False True False False False False False False |
I would like to format the output to show:
Outlet State | |
Status: | Done |
Module Time: | 1.6116278 |
OFF ON OFF OFF OFF OFF OFF OFF |