Example: nca_set_iteration_offset

In the following example, the nca_set_iteration_offset function sets an offset value of 3.

nca_set_iteration_offset(3);
nca_set_window( "ACME Steel" );
nca_flex_press_lov("ACME Steel", "Entity", "");

nca_set_window( "Entity" );
nca_lov_retrieve_items("Entity",1,8);
nca_lov_select_item("Entity", "3");