THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/03/2006 at 01:21, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.5
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
Hi there,
how the hell does this alloctag() work? when I try to allocate new tags to an object, all I get is:
"Variable or Function expected"!
For example:
main(doc,op)
{
var tag = alloctag(Texpresso);
op->InsertTag(tag)
}
should insert a simple Xpresso-Tag, but produces the above message on compile. My cinema does not seem to know any of the possible parameters of the alloctag() function. What's the problem?
Juergen