
Get values after split
Hello,
I just used the split expression on an price input. I had this var:value = 88.72 and used split(var:value). Now it returns ["88", "72"]. I want to put each value in a property but its not working at the moment.
I've tried var:property[0] to get the first value and [1] to get the second.
It seems that this is not an array and won't read the values like this.
How can I get this values separated?
THNX!
Hello,
I just used the split expression on an price input. I had this var:value = 88.72 and used split(var:value). Now it returns ["88", "72"]. I want to put each value in a property but its not working at the moment.
I've tried var:property[0] to get the first value and [1] to get the second.
It seems that this is not an array and won't read the values like this.
How can I get this values separated?
THNX!
Login to reply