Path: utzoo!utgpu!watmath!clyde!att!rutgers!cmcl2!rocky8!cucard!ccnysci!cpyang
From: cpyang@ccnysci.UUCP (Chao Ping Yang)
Newsgroups: comp.sys.mac.programmer
Subject: Routines to InsertMenuItem()?
Summary: How to Insert into a Menu?
Keywords: Menu MPW Insert Item
Message-ID: <1020@ccnysci.UUCP>
Date: 29 Nov 88 16:16:43 GMT
References: <2401@udccvax1.acs.udel.EDU>
Reply-To: cpyang@ccnysci.UUCP (Chao Ping Yang)
Organization: City College of New York
Lines: 12

First of all many thanks to the folks who helped
me out on SetIndString, and now I have working routines
SetIndString, AddIndString and RmvIndString...

But do I have to do the same sort of things for the Menu Items?
Has anybody already written this or there is a ToolBox routine
that I am not aware of?  What I mean is how do I work on the
Menu Items more than SetItem and AppendMenu, like I would like
to Insert and remove ...

==Chaoping