Guest User

Untitled

a guest
Jun 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on Rename(_Castlib, _Start, _End, _NewName)
  2. repeat with x = _Start to _End
  3. the itemdelimiter = "-"
  4. Changethis = (member x of castlib _Castlib).name.item[1]
  5. Keepthis = (member x of castlib _Castlib).name.item[2]
  6. Keepthisx = (member x of castlib _Castlib).name.item[3]
  7. (member x of castlib _Castlib).name = _NewName & "-" & Keepthis & "-" & Keepthisx
  8. end repeat
  9. put "Done.."
  10. end
Add Comment
Please, Sign In to add comment