Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 error
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
msimard8




PostPosted: Mon Oct 10, 2005 1:17 pm   Post subject: error

im getting an error saying

cannont allocate item. Out of id numbers (max 1000)

whats this mean
Sponsor
Sponsor
Sponsor
sponsor
Cervantes




PostPosted: Mon Oct 10, 2005 1:40 pm   Post subject: (No subject)

Turing can only have a 1000 element array. It can only have 1000 pictures. There's probably a cap of 1000 to some other stuff as well.

What are you trying to do?
TokenHerbz




PostPosted: Mon Oct 10, 2005 1:40 pm   Post subject: (No subject)

perhaps your using an array which is smaller then a for??

ex,

code:

var test: array 1 .. 5 of int

for i: 1 .. 6
      test(i):= i
end for


Um, i dont know why else?? but usually i get really odd errors too, i have never seen your type of error though befor, so i cant exactly help you..
msimard8




PostPosted: Mon Oct 10, 2005 1:41 pm   Post subject: (No subject)

question answered

thanks cervantes
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 4 Posts ]
Jump to:   


Style:  
Search: