Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: galtx on April 04, 2007, 04:50:35 AM

Title: Macros, Reading of.
Post by: galtx on April 04, 2007, 04:50:35 AM
How do I open the macro mls file to be able to read the macro and to identify the topic of the macro.  I have tried to open the macros and
get a software needed to access macro is not present error.. I might  be a little confused seeing that the macros are now in a video format
and need a reader to access them. I hope I am making myself clear.

 
Title: Re: Macros, Reading of.
Post by: fer_mayrl on April 04, 2007, 12:14:28 PM
Hey,
you can use the VB editor that is built in mach 3.

Open Mach 3
Go to operator menu at the top, and select VB Script Editor.

Now you can open script files.
Hope that helps
Fernando
Title: Re: Macros, Reading of.
Post by: Ron Ginger on April 04, 2007, 07:46:01 PM
You can also simply open them with any text editor, like notepad. They are simple text files. Do NOT use a word processor program, they will likely introduce formatting characters that will prevent the macros from running in Mach

Using the VB editor function will allow you to actually run the code for debugging.
Title: Re: Macros, Reading of.
Post by: poppabear on April 05, 2007, 08:54:46 AM
Use "Crimson Editor", it is a FREE download, text editor for several programming laungauges!!!

Link: http://www.crimsoneditor.com/

Ed Gilbert of CncBuildingBlocks.com turned me on to it, I use to organize all my VB work in Mach

Scott
Title: Re: Macros, Reading of.
Post by: galtx on April 06, 2007, 05:18:24 AM
Thank you all for your replies.

Paul E. Killoy