Utility Functions - toString
toString
- toString(number)
Return a copy of the input number that is converted to string.
Example
function example() {
search {from="-8h"} sContent("@tags","fpl-example-data")
let {id} = f("@fields")
let id_string=toString(id)
}
stream demo_table=example()
Page last updated: 2022 Nov 01 09:30:22 EDT