1 QUO$ The QUO$ function returns a numeric string that is the quotient of two numeric strings. The precision of the returned numeric string depends on the value of an integer argument. Example Quotient$ = QUO$("453.221", "30", 10000%) 2 Syntax str-var = QUO$(str-exp1, str-exp2, int-exp)