Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

@ISFLOAT and leading/trailing spaces.

May
15,047
271
Can you make it so that this doesn't happen?

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
 
Back
Top