Advertisement
Guest User

Untitled

a guest
Jun 6th, 2025
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. setMode("selall", "mm", "no");
  2. openNumbers();
  3. reset();
  4. oType = [{"Inset Tag","Tagged V","Full Metal"}];
  5. promptStart();
  6. sType = promptOption("Tag Type",oType,"Select Tag Type");
  7. promptEnd();
  8. oDef = [{"0.1","0.15","0.2","0.25","0.3","0.35","0.4","0.45","0.5","0.55","0.6","0.65","0.7","0.75","0.8","0.85","0.9","0.95","1.0"}];
  9. promptStart();
  10. sVar = promptOption("Thickness",oDef,"Select Thickness");
  11. promptEnd();
  12. if (sVar == "0.1" && sType.equals(Inset Tag)) {
  13. addDPFLayer(C:\\Ucamco\\Jobs\\TAGS\\InsetTags\\IN010.dpf", 4);
  14. }
  15. if (sVar == "0.15") {
  16. addDPFLayer("C:\\Ucamco\\JOBS\\TAGS\\InsetTags\\IN020.dpf", 4);
  17. }
  18. if (sVar == "0.2") {
  19. addDPFLayer("C:\\Ucamco\\JOBS\\TAGS\\InsetTags\\IN020.dpf", 4);
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement