. "int nWidth"@en . "The floating point number that will be converted to a string representation."@en . "int nDecimals"@en . "The FloatToString() NWScript command converts a float to a string, with the ability to set the width and precision of the resulting string."@en . . . "9"^^ . . "The number of digits to the right of the decimal point that will be produced. Should be from 0 to 9 ."@en . . "18"^^ . "FloatToString"@en . "function FloatToString (float fFloat, int nWidth=18, int nDecimals=9) Convert fFloat into a string. (see also FTOS) \n* nWidth: should be a value from 0 to 18 inclusive. \n* nDecimals: should be a value from 0 to 9 inclusive. \n* Return type: string \n* Include file: nwscriptdefn"@en . "The number of characters to the left of the decimal point that will be produced. Should be from 0 to 18 ."@en . . . "float fFloat"@en . "function FloatToString (float fFloat, int nWidth=18, int nDecimals=9) Convert fFloat into a string. (see also FTOS) \n* nWidth: should be a value from 0 to 18 inclusive. \n* nDecimals: should be a value from 0 to 9 inclusive. \n* Return type: string \n* Include file: nwscriptdefn"@en . "FloatToString"@en . "The FloatToString() NWScript command converts a float to a string, with the ability to set the width and precision of the resulting string."@en . .