Moog Animatics SmartMotor™ Developer's Guide,Rev. L
Page 449 of 909
EXAMPLE:
af[0]=FABS(-5.545) 'Set array variable = FABS(-5.545)
PRINT(af[0],#13) 'Print value of array variable af[0]
RFABS(-5.545) 'Report FABS(-5.545)
END
Program output is:
5.545000076
5.545000076
RELATED COMMANDS:
R
ABS(value) Absolute Value of () (see page 248)
Part 2: Commands: FABS(value)