﻿


int Newtool = 10;
int Currenttool = exec.Getcurrenttool();


    exec.Code ("M6T" + Newtool);
	while(exec.IsMoving()){}
	AS3.Clearlist (2);
	exec.AddStatusmessage ("Utensile caricato : " + Newtool);


