Graphics

 View Only
  • 1.  Text Thousand separator

    Posted 20 days ago

    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.



    ------------------------------
    Judy
    ------------------------------


  • 2.  RE: Text Thousand separator

    Posted 19 days ago

    Try adding this to OnSetText in a script on the text object

    text = FormatNumber(text, 3)
    text = Replace(text, ",", ".")



    ------------------------------
    Matt Gamble
    ------------------------------



  • 3.  RE: Text Thousand separator

    Posted 19 days ago

    There is also a format block in VL if you find that easier. 



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------



  • 4.  RE: Text Thousand separator

    Posted 17 days ago

    I prefer this way, please help me



    ------------------------------
    Judy
    ------------------------------



  • 5.  RE: Text Thousand separator

    Posted 17 days ago

    I found it. Thank you.



    ------------------------------
    朱迪
    ------------------------------