I've tried both of the below with the same results:
var part = "this is a test"; var last = part.length(); var last = part.length; Do the string properties work in flowscript? Thanks, Jeff
I've tried both of the below with the same results:
var part = "this is a test"; var last = part.length(); var last = part.length; Do the string properties work in flowscript? Thanks, Jeff