Machsupport Forum
Mach Discussion => VB and the development of wizards => Topic started by: woffler on October 04, 2008, 03:43:47 PM
-
tool=get Selected tool ()'load the tool numberSet Currrent tool() 'Set the current toolcode "G43h" & Tool "Set the height" Complete=Question("change to tool number" & tool )
this is what it is i get an error in the get line ???
-
because there is NO get Selected Tool, it is all crammed together like below:
OldTool = GetCurrentTool()
NewTool = GetSelectedTool()
scott
-
thanks ill give it a go