Here is my code: ThisDrawing.Utility.InitializeUserInput 128, UserKeyWord DistText = ThisDrawing.Utility.GetReal("Please enter the distance between stations or (Select): ") If I try to enter, lets say, an "A" or 123w, DistText remains empty, what should I be asking if the user enters something other that numeric text? thank you