Character Set

Home Forums HTBasic Forum Character Set

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9720
    David Emery
    Participant

      Quick one hopefully, writting software to measure Resistance (HTBasic Plus) and would like to use the Omega symbol instead of ‘Ohms’. Tried various CHR$(××) but with no luck. Is there a easy way to insert this symbol?

      Windows 7 32bit

      #9721
      Mark Thuer
      Participant

        The bad news: HTBasic’s native character set is HP Roman‑8 (the same one used by classic HP‑BASIC/HP‑GL instruments), and Roman‑8 simply doesn’t include the ohm sign (Ω).

        #9730
        ZeRider
        Participant

          I don’t know if that could help, but Ohm symbol is possible in Graphic mode

                ! Initialize Graphic mode
                 ! Change Character Set to "Symbol"
                 ! Display Ohm sybol ("W" letter)
                 !
                 GCLEAR
                 GFONT IS "Symbol"
                 MOVE 10,50
                 LABEL "W"
                 !
                 END
        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.
        Scroll to Top
        HTB icon

        Please Sign In