nf() with period

nf(random(3.0, 4.2), 1, 2);

Returns result with comma "," like 3,63.

How to return result with period "." like 3.63.

Answers

Sign In or Register to comment.