Machsupport Forum

Third party software and hardware support forums. => Newfangled Solutions Mach3 Wizards => Topic started by: Deon Gerber on May 28, 2006, 04:21:25 PM

Title: Need VB Terms explanation
Post by: Deon Gerber on May 28, 2006, 04:21:25 PM
Hi Brian

Here follow a snippet out of a Wizard..........
               
                              X = Fmtn(XNeg + X,4)

Can you please give me a explanation of the term ......Fmtn and what is the 4 in X,4

Thanks for your time
Deon
Title: Re: Need VB Terms explanation
Post by: Brian Barker on May 28, 2006, 06:13:57 PM
Deon this is to format the number that is going to be output... So nFmt(X +2 /y,4), this will do the cals to figure out what the point will be and then it will output the number as follows 0.0000

Hope that helps
Brian