vle-itoa32
(vle-itoa32 intVal)
returns the string representation of the 32
bit value of input number;
if input value is above 32 bit range (a 64 bit
number string) then this is truncated to a 32 bit value, to match
the behaviour of other CAD systems using 32 bit integers even in
x64 builds
Arguments |
intVal an integer number |
Return |
returns the string of the 32 bit value of input number |
Example |
(vle-itoa32
2684354560) |
Alias |
|
Remarks |
this is effective only with
Bricscad x64, otherwise it does nothing; |
© Bricsys NV. All rights reserved. |