element_update, element_list_update

The element_update function updates the token variables in a single drawing element; the element_list_update function updates the token variables in all drawing elements in the element list.

Syntax

element_update(PELEMENT_HEADER element)

element_list_update(PELEMENT_HEADER element)

The element_update and element_list_update functions have these parameters:

Parameter Description
PELEMENT_HEADER
element Pointer to one or more elements to initialize.

Example

void update_routine()

{

element_list_update(list);

}