website logo
Navigate through spaces
ChartHop documentation
⌘K
ChartHop Help Center
Getting around in ChartHop
ChartHop for Employees
Implementing ChartHop
ChartHop for Administrators
Carrot reference
ChartHop for Developers
Partners
Release notes
Resources
Docs powered by archbee 
website logo

string()

Given a value, returns that value as a String.

Syntax

string(value)

  • value - the value to be converted to a String
  • Return type: String

Sample usage

string(base) returns the value of base as a String.

"Base = " + string(base) where base = 100000 returns the value Base = 100000 as a String.

Updated 03 May 2023
Did this page help you?
Yes
No
PREVIOUS
roundDown()
NEXT
subString()
Docs powered by archbee 
TABLE OF CONTENTS
Syntax
Sample usage