In the python window, this works as expected:
n = 1313.87
type(n)
<class 'float'>
str(n).split('.')[1]
'87'
HOWEVER, trying to do the same to label features fails:

Note that PtZ is a Double, and the label expression str([PtZ]) labels just fine.
What am I doing wrong here???
Pro version 3.4