1 PLACE$ The PLACE$ function changes the precision of a numeric string. BASIC rounds or truncates the numeric string according to the value of an integer argument. Example Number$ = PLACE$(Old_number$, 10001%) 2 Syntax str-var = PLACE$(str-exp, int-exp)