By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Here, INKEY accepts only the specified keys. This, below, does not accept "Enter".input and inkey accept empty answers ("just Enter") even when /k sets the valid keys ("input /k"::^[yn]$" Database type: %%database_type" for example). Is there a way to prohibit the empty answer?
inkey /k"yn" %%zz
The problem here is the EMPTY Enter. I suggest a minimum length parameter (input already has a maximum length parameter)