- May
- 15,047
- 271
Can you make it so that this doesn't happen?
I had block-copied data like this and a BTM failed . I could trim it but there doesn't seem to be a reason to leave leading/traling spaces when using @FLOAT.
Code:
v:\> echo %@isfloat[+16]
1
v:\> echo %@isfloat[+16 ]
0
v:\> echo %@isfloat[ +16]
0
I had block-copied data like this and a BTM failed . I could trim it but there doesn't seem to be a reason to leave leading/traling spaces when using @FLOAT.
Code:
-32
+32
+192
-176