On Thursday 06 November 2014 12:54:56 Cathrine Hribar did opine
And Gene did reply:
> Does anyone know where I can find a list of the arguments to use in
> "while, if,and sub statements? With an explanation of their
> functions???
> 
> Thanks
> Bill

No such list exists because we don't know the names of the variables your 
program might use.

Suffice to say that the action between the while and endwhile. will be 
performed if
o100 while [varname1 gt varname2]
........
o100 endwhile

As long as those variables exist in the program and have been used for 
storage so they contain valid data.

Chuckle,  I have a 90 line program that takes most of two days to run once 
I've configured the machine, but when its done sharpening one of my 10" 
CMT ATBF style saw blades (I can't buy them anymore), its sharper than 
when it was new.  It's also about another 40 hours run time for a Dremel 
4000 turning a diamond disk slow enough its not burning up the its diamond 
coating on the saw blades carbide teeth.

The gt (greater than) above could be an le, eq or a ge or an lt.  Its in 
the docs.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>
US V Castleman, SCOTUS, Mar 2014 is grounds for Impeaching SCOTUS

------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to