What's the AutoConvert2 macro?

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
jordansparks
Site Admin
Posts: 5743
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

What's the AutoConvert2 macro?

Post by jordansparks » Sun Sep 09, 2007 7:49 am

I'm trying out the macros for the first time. I ran Convert and Convert2 with no problem. Now I'm just trying to figure out how to automate the handling of white space. So, what's the AutoConvert2 macro for?
Jordan Sparks, DMD
http://www.opendental.com

fcarlier
Posts: 75
Joined: Tue Jun 19, 2007 3:12 am
Location: Ghent, Belgium

Post by fcarlier » Sun Sep 16, 2007 9:52 am

The AutoConvert2 macro is used to convert all *open* files. So if you have a bunch of files open in Visual Studio, the AutoConvert2 macro will be called on all of them.

Eventually, Convert and Convert2 should be merged into one, but I didn't got that far yet.
Frederik Carlier

Post Reply