Something like this if value came from input1 & input1 input type is set to number. Otherwise you’d need to parseFloat the value to convert it to a number.
let price = "$" + $w("#input1").value.toLocalString()
Hope this helps!
Tiaan
Something like this if value came from input1 & input1 input type is set to number. Otherwise you’d need to parseFloat the value to convert it to a number.
let price = "$" + $w("#input1").value.toLocalString()
Hope this helps!
Tiaan