Hi I would just like to hear if it would be ok to change the hacking style a bit so that the -> operator doesn't have to have spaces around it like in: objectp -> function() but rather be: objectp->function() We never do it with the . operator and it's actually the same so could we please change our style this little bit. Perhabs allow both. best regards Casper Boemann