Here's something about MapBasic that's not exactly documented, but you may find useful one day.
If you create menu items that include the ID clause and call custom subroutines, you can also call those subroutines from a different mbx using the 'Run Menu Command ID...' statement. This is handy if you want to run more than one mbx simultaneously but allow them to interact as plugins or modular applications. However, be aware that if you have two or more subroutines with the same ID, then only the one first loaded will run. On the dark side, this sort of exposure could be construed as a breech in security, but the sword of technology always has two edges. - Bill Thoen --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 11744
