System function '$sformatf' is invoked as task, its return value is discarded

In reply to vk7715:

The system function $sformatf behaves like $sformat except that the string result is passed back as the function result value for $sformatf, not placed in the first argument as for $sformat. Thus $sformatf can be used where a string value would be valid.

1 Like