Method code for $builder._ar__interactive()

[Turn on line numbering]
var choice, category, bug, list, line, menu;

while (choice != 'exit) {
    choice = .do_menu("Action Requests", "", "1=>Scan unclaimed open requests", "2=>Scan your open requests", "X=>Exit", 'exit);
    switch (choice) {
        case "1":
            (> ._ar__ilist('unclaimed) <);
        case "2":
            (> ._ar__ilist('mine) <);
        case 'exit:
            return "Goodbye.";
    }
}

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark