Q_Frac()
Syntax
pointer.qfloat
= Q_Frac(n.qfloat [,result.qfloat])
Description
Extracts
the fractional part of n and puts the result back into n,
if the
optional parameter result is present then the result is put into the
variable result and n remains unaffected.