Hello Guest it is April 18, 2024, 10:15:36 PM

Author Topic: tool change macro syntax error need some help  (Read 3676 times)

0 Members and 1 Guest are viewing this topic.

tool change macro syntax error need some help
« 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 ???

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: tool change macro syntax error need some help
« Reply #1 on: October 04, 2008, 05:14:54 PM »
because there is NO get Selected Tool, it is all crammed together like below:

OldTool = GetCurrentTool()                         
NewTool = GetSelectedTool()                      

scott
fun times
Re: tool change macro syntax error need some help
« Reply #2 on: October 04, 2008, 05:39:55 PM »
thanks ill give it a go