lowercase limit

Posted By: demiGod

lowercase limit - 11/04/07 18:41

Hi,

is there a way to limit to lowercase letters in inkey function

without editing the bitmap font itself?

Thanks.
Posted By: flits

Re: lowercase limit - 11/04/07 18:55

Code:

string inkey_str;

function inkey_func
{
inkey(inkey_str);
}

function main
{
//code
while(1)
{
str_lwr(inky_str);
wait(1);
}



Posted By: demiGod

Re: lowercase limit - 11/04/07 19:17

Thanks flits, thatīs the function i was looking for
© 2024 lite-C Forums