LanloyLisp Posted July 11, 2013 Posted July 11, 2013 (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. Quote
alanjt Posted July 11, 2013 Posted July 11, 2013 Should work fine; does on my end. Command: (getstring T "\nType any string and a Space: ") Type any string and a Space: space "space " Quote
marko_ribar Posted July 11, 2013 Posted July 11, 2013 You beat me Alan... It works fine by me too... (getstring t) Marko Ribar " Marko Ribar " Quote
LanloyLisp Posted July 11, 2013 Author Posted July 11, 2013 It is working on the command prompt but if Dynamic Input is turned on (DYNMODE not equal 0) the space will not work. So i have to set the DYNMODE to 0 then. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.