A couple of graphic object questions

Doug Lerner doug at webcrossing.com
Mon Jan 12 09:12:52 EST 2004


On 1/12/04 9:24 PM, "Jan Schenkel" <janschenkel at yahoo.com> wrote:

> When an object is created, the engine will send a
> message : 'newField' for fields, 'newGraphic' for
> graphics, etc.
> 
> As for a convenient list : you can address graphics by
> number, so to get a list of their long IDs, you would
> do something like.
> --
> repeat with i = 1 to the number of graphics
> put the long id of graphic i & return after \
>     tLongIDList
> end repeat
> --

Where is "the number of graphics" documented? I can't find the "graphics"
keyword referenced anywhere.

doug



More information about the use-livecode mailing list