Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    replacing text before clear()

    Beginners
    3
    4
    163
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      WhiskeyJack last edited by

      Say I did a printat(42,24,"hello")
      Then I wanted to remove some of that text, like the "el" is there a way to do that?

      1 Reply Last reply Reply Quote 0
      • Martin
        Martin Fuze Team last edited by

        Sort of - you'd have to draw a 100% opaque box over the letters "el" in the background colour. Unless someone has another idea?

        1 Reply Last reply Reply Quote 0
        • W
          WhiskeyJack last edited by

          So after I asked the question, it occurred to me that I could print a block character by changing the color of the font to the background and then printing a unicode character that represents a full block character. However I'm apparently misunderstanding which unicode characters I should be putting into that function

          1 Reply Last reply Reply Quote 0
          • xevdev
            xevdev F last edited by

            Printat(42,24," el") in the background colour

            1 Reply Last reply Reply Quote 3
            • First post
              Last post