Example: nca_obj_get_info

In the following example, nca_obj_get_info retrieves the text of the object's message box.

char buffer[100];
nca_list_select_item("RULE_BUDGET_RULE_0", "Prior Year Budget Monetary*");
nca_button_press("RULE_ROUNDING_OPTIONS_0");
nca_obj_get_info("Forms", "msg_text", buffer);
nca_message_box_press("Forms",1);
nca_edit_set("RULE_AMOUNT_0", "10000");
nca_button_press("RULE_ROUNDING_OPTIONS_0");