• Lucid Dreaming - Dream Views




    Results 1 to 3 of 3

    Hybrid View

    1. #1
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Because it converts it to a string before inserting it in the terminal. You need to convert it yourself and then trim it.

      ? "The length of the pool is" + $ltrim($rtrim($STR(length1))) + "feet."

      FYI, you don't need the LET command.

      length1 = 25 is fine.

    2. #2
      Emotionally unsatisfied. Sandform's Avatar
      Join Date
      Jul 2007
      Gender
      Location
      Texas
      Posts
      4,298
      Likes
      24
      Quote Originally Posted by ninja9578 View Post
      Because it converts it to a string before inserting it in the terminal. You need to convert it yourself and then trim it.

      ? "The length of the pool is" + $ltrim($rtrim($STR(length1))) + "feet."

      FYI, you don't need the LET command.

      length1 = 25 is fine.
      Thank you Ninja =).

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •