dialog only loads the first integer
#5

Quote:

for(new v = 0; v < sizeof(num_rows2); v++)

You're making "v" increment if it's less than the string length of "num_rows2". You need to change it to:

Код:
for(new v = 0; v < num_rows2; v++)
Reply


Messages In This Thread
dialog only loads the first integer - by justjamie - 27.05.2016, 19:42
Re: dialog only loads the first integer - by justjamie - 27.05.2016, 19:59
Re: dialog only loads the first integer - by Stinged - 27.05.2016, 20:25
Re: dialog only loads the first integer - by justjamie - 27.05.2016, 20:28
Re: dialog only loads the first integer - by dicknyson - 27.05.2016, 20:33
Re: dialog only loads the first integer - by justjamie - 28.05.2016, 16:37
Re: dialog only loads the first integer - by Stinged - 28.05.2016, 20:37

Forum Jump:


Users browsing this thread: 3 Guest(s)