When I have big numbers I would like to use a separator in between the 1000's.
So 1.234.567.890 is what I'm trying to get but 1234567890 is what I'm getting right now.
Try adding this to OnSetText in a script on the text object
text = FormatNumber(text, 3)text = Replace(text, ",", ".")
There is also a format block in VL if you find that easier.
I prefer this way, please help me
I found it. Thank you.
62 Auriga DriveNepean, OntarioCanada, K2E 7W6
Phone+1 613 228-0688Emailcommunity@rossvideo.com
LoginJoinHelp/FAQEventsrossvideo.com
Terms and ConditionsPrivacy PolicyDMCA Policy