Jump to content

DoMenuTextByName: Vectorscripts for all Constants in Menus


Recommended Posts

I've created separate vectorscipts for each of the constant menu commands listed in Appendix H of the Vector Script 13.0 Function Reference.

I was going to attach the .zip but it's not allowed.

Link: 2008 DoMenuTextByName Scripts - Constants.zip

Function names are the same as the selector accept that spaces have been replaced with the underscore character '_' and a prefix of "menu_" to maintain an independent namespace.

File names are the same as the function names less the "menu_".

Example from "Quit.txt"

PROCEDURE menu_Quit;

BEGIN

DoMenuTextByName ('Quit',0);

END;

RUN (menu_Quit);

Edited by brudgers
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...