Run time error 4: "Array index out of bounds"
#3

Код:
random(sizeof(smslist));
smslist is bigger then sms.

So maybe write this:

Код:
random(sizeof(sms));
Greekz
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)