Notifications
Clear all
[Closed] error msg?
Apr 08, 2004 8:06 pm
what does this mean?
– Runtime error: EPoly vertex index out of range: < 1 or > 100: 101
Thanks
1 Reply
Apr 08, 2004 8:06 pm
Originally posted by Technofreak
[B]what does this mean?
– Runtime error: EPoly vertex index out of range: < 1 or > 100: 101Thanks [/B]
It means that the index provided is either lower than 1 or greater than 100, as there are only 100 vertices (1-based indices, counting starts at 1).
You have passed index 101 to the function which does not exist…
Cheers,
Bobo