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 =).