Post Reply 
LibMenu : a simple toolbox for easy menu handling
12-11-2016, 03:51 PM (This post was last modified: 01-26-2017 12:53 AM by compsystems.)
Post: #8
RE: LibMenu : a simple toolbox for easy menu handling
.
Idea: a function is required to determine the number of menus, currently works maximum with 12 =(

n:=#
entryMenus( n );

m:={"","","","","","","","","","","",""}; // => m:=MAKELIST("",X,1,n)
a:={"","","","","","","","","","","",""}; // => a:=MAKELIST("",X,1,n)
f:={0,0,0,0,0,0,0,0,0,0,0,0}; // => f:=MAKELIST(0,X,1,n)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: LibMenu : a simple toolbox for easy menu handling - compsystems - 12-11-2016 03:51 PM



User(s) browsing this thread: 1 Guest(s)