Hello all I want to share variable information between two separate mbx files - they can't be compiled together, but I want one to set a variable for the other to pick up.
For example - myMenu.mbx creates a menu, and the first item, when selected by my user, stores the value of timer() into myVar. MyMenu remains active. A second mbx, myTool.mbx, is then run - but how can it retrieve the value of myVar? If I dim myVar inside myTool.mbx it will ignore the global var. Am I right in thinking that the only way to do this is using DDE commands, as mentioned in the Mapbasic dev guide? cheers Frank --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 2911
