View Single Post
Old 14th June 2008, 05:42 AM   #2
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,564
Default Re: ac_object_set_userdata

use:

Prototype void ac_object_set_data(ACObject *ob, char *dat);
Prototype char *ac_object_get_data(ACObject *ob);

this sets the text data which is visible in the Tools->Object-Property-Editor and is saved inside .ac files.
Andy is offline   Reply With Quote