STRS - source-solutions/HELP GitHub Wiki

STR$


repr = STR$(number[,base])

Returns the string representation of number.

Parameters

  • number is a numeric expression.
  • base is a numeric expression from [2 to 36]. If a base is not provided, defaults to base 10.

Errors

number has a string value: Type mismatch.

⚠️ **GitHub.com Fallback** ⚠️