Help me in Fixing some warnings...
#3

Changing something from a 'new' to 'static' won't change anything.
Static simply means it's only used by this file and can't be shared or altered by others.

You need to increase the variable.
If you have, new Time[10]; Try doing new Time[11]; etc. Until you find the right one.
However, don't go over what you need either.
Reply


Messages In This Thread
Help me in Fixing some warnings... - by danish007 - 04.07.2015, 15:15
AW: Help me in Fixing some warnings... - by Kaliber - 04.07.2015, 15:17
Re: Help me in Fixing some warnings... - by Lynn - 04.07.2015, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)