I have:
strfmt s0 "%-33s%d", "vacWorkflow.fillStatus", 1
logTransmitWait("DISPLAY_WORKFLOW_LIST ^M", s0)
I would like to have:
logTransmitWait("DISPLAY_WORKFLOW_LIST ^M", createWatchString("vacWorkflow.fillstatus", 1)
func createWatchString ...