Yes. Create 2 local variables in addition to your FLOAT variable:
FLOAT: _myFloat
STRING: _output
FIXEDSTRING: _fixedStringOutput
Then do:
Print(_output, "My float has value [1]", _myFloat)
Cast(_fixedStringOutput, _output)
Now you can display _fixedStringOutput with DisplayText() or StatusText().