Hey guys, coming from AS3, this would be relatively easy to do by breaking out the number string into an array and adding a comma every 3 numbers, but not sure how to do this with OF…
Basically I need 12345678 to look like 12,345,678 oh and it also needs to be aligned right not left.
Thanks! this is great, gonna give it another go this afternoon. hah I was actually looking through the docs and realized I didnt have the “show advanced” checked so completely missed “ofSplitString” - almost exactly like how I would do it in AS3
Thanks! this is great, gonna give it another go this afternoon. hah I was actually looking through the docs and realized I didnt have the “show advanced” checked so completely missed “ofSplitString” - almost exactly like how I would do it in AS3