(getstring T "\nType any string and a Space: ")
If I type "Sample Only " the result is "Sample Only" in which there is no space
on the last string.
Is there any way to recognize the Space on the last string?
BTW i'm trying to prefix a string with a spacebar between those two strings.