23.05.2010, 11:42
Quote:
Originally Posted by Mr_Tom
I have a file called ServerInfo.dudb.sav.
In that file I have a varible called - BiggestFish=50 I got this code to check if final is bigger then the value of Biggest Fish. Код:
format(strin,sizeof(strin),"ServerInfo.dudb.sav"); if(final > dini_Get(strin, "BiggestFish")) { } error 033: array must be indexed (variable "dini_Get") |