sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Convert a String to Float

    Scheduled Pinned Locked Moved Developers' Forum
    4 Posts 3 Posters 237 Views 3 Watching
    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.
    • G Offline
      glro
      last edited by

      i want to read a number from a text file on my hard drive, containing only this number

      i wrote this

      
      hcal = IO.read("C;\\...txt").chomp
      hcal.to_f
      
      

      but when i check

      hcal.class
      

      hcal is still a string, not a float...

      can you tell me where is my mistake?

      1 Reply Last reply Reply Quote 0
      • J Offline
        Jim
        last edited by

        hcal = IO.read("file.txt").strip.to_f

        Hi

        1 Reply Last reply Reply Quote 0
        • thomthomT Offline
          thomthom
          last edited by

          hcal.to_f doesn't modify hcal, it returns a float. So you need to write it like so: hcal = hcal.to_f

          Thomas Thomassen — SketchUp Monkey & Coding addict
          List of my plugins and link to the CookieWare fund

          1 Reply Last reply Reply Quote 0
          • G Offline
            glro
            last edited by

            @thomthom said:

            hcal.to_f doesn't modify hcal, it returns a float. So you need to write it like so: hcal = hcal.to_f

            thanks to both you...

            yes, both codes work nicely; i spent 3 hours to look for a solution, and i get 2 different, in a few minutes, on sketchucation...

            learning ruby on the internet is an exciting experience

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Buy SketchPlus
            Buy SUbD
            Buy WrapR
            Buy eBook
            Buy Modelur
            Buy Vertex Tools
            Buy SketchCuisine
            Buy FormFonts

            Advertisement