[Ajuda] OnDialogResponse inputtext
#4

Quote:
Originally Posted by FallweN
Посмотреть сообщение
Use isto
Код:
stock IsNumeric(const string[])
{
	for (new i = 0, j = strlen(string); i < j; i++)
	if (string[i] > '9' || string[i] < '0')
	return 0;
	return 1;
}
Vou ver se Serve aki ^^
Reply


Messages In This Thread
OnDialogResponse inputtext - by Andinho - 15.01.2017, 14:36
Re: OnDialogResponse inputtext - by Andinho - 15.01.2017, 14:45
Re: OnDialogResponse inputtext - by FallweN - 15.01.2017, 14:55
Re: OnDialogResponse inputtext - by Andinho - 15.01.2017, 15:15
Re: OnDialogResponse inputtext - by Cheleber_Pausini - 15.01.2017, 21:48

Forum Jump:


Users browsing this thread: 1 Guest(s)