limit on the number of letters in the name of an object

Anyone know if there is any way to remove or raise the limit of letters in the name of an object (default is 21)?

Nope, just work around it.

What you can do, however, is add properties to an object.
A property can have more then 21 characters and can actually hold different types of variables as well.

Ok, thanks