Code: Select all
! stepDelay: 35 ;<-- no comma here
Code: Select all
! stepDelay: 35 ;<-- no comma here
Result.f = Sign(Number.f)
Returns a floating-point value representing the sign of the given number.
- Returns 0 if Number is zero.
- Returns 1 if Number is positive.
- Returns -1 if Number is negative.
Code: Select all
Macro test(nn)
!v_#nn = 1;
EndMacro
test(n)
Debug n
It's not in the help file yet altough all ohter changes seem to be.1.30Beta1 wrote:- Changed: Added a callback parameter to CreateFile()