How can I use 1 special character only inside a text?

0 favourites
  • 3 posts
From the Asset Store
94 Inside buildings views - Isometric view - PNG transparent - 2048x2048
  • Hey guys! Can you help me please with this issue?

    I have a text, so i want "on text changed" to use 1 special character only. For example:

    $29.99[/code:2oixky3j]
    In this example i want to add only 1 "." character, I don't want to have this results:
    [code:2oixky3j]$29..99
    or
    $29...........99
    etc etc[/code:2oixky3j]
    Can i? Thank you!!!
  • Hey guys! Can you help me please with this issue?

    I have a text, so i want "on text changed" to use 1 special character only. For example:

    $29.99[/code:dsrnugbx]
    In this example i want to add only 1 "." character, I don't want to have this results:
    [code:dsrnugbx]$29..99
    or
    $29...........99
    etc etc[/code:dsrnugbx]
    Can i? Thank you!!!
    

    Not sure if this is what you are asking about, but you can combine text the way you want, that being numbers/text.

    Nr1 = 29

    Nr2 = 99

    Text1.Text = "$" & Nr1 & "." & Nr2

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thank you for your reply. No i don't want to separate the text. I need 1 textbox to use it and write numbers (random). And when i hit "." character to add 1 time only.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)