Pauses for user input of a real number, and returns that real number
Supported Platforms: Windows and Mac OS
(getreal [msg])
Type: String
Message to be displayed to prompt the user.
Type: Real or nil
The number entered by the user and expressed as a real.
The user cannot enter another AutoLISP expression as the response to a getreal request.
(setq val (getreal)) (setq val (getreal "Scale factor: "))