Hello, All!
I have one problem with introduction coordinates from <stdin>. I am using a command: xCoordVar = gets(nil) and typing value as 0.0, but in var i get a value equal "0.0\n". Next expression that I use, it parseString(xCoordVar "\n"). And I am getting result "0.0" How can I get result as 0.0.
I tried to get 0.0 with command stringToSymbol(), but I get result as \0.\0. Help me, Please!
Kind regards,
Denis