01.01.2014, 17:33
The point is that if he's going to add it to a server that uses more than 255 objects, a runtime error: Index out of bounds will be caused. char must be used in parts that the value will not exceed 0-255 and it's 100 percent sure that it will not. Unlike the example you gave, CreateObject will return the objectid that is not sure will be between 0-255 with more objects - this is what I'm trying to say.