home *** CD-ROM | disk | FTP | other *** search
- on namechangenew
- set no to 1
- repeat with i = 105 to 204
- if length(string(no)) = 1 then
- set no2 to "000" & string(no)
- else
- if length(no) = 2 then
- set no2 to "00" & string(no)
- else
- if length(no) = 3 then
- set no2 to "0" & string(no)
- end if
- end if
- end if
- set the name of cast i to "120" & "HA" & no2
- set no to no + 1
- end repeat
- set no to 1
- repeat with i = 205 to 304
- if length(string(no)) = 1 then
- set no2 to "000" & string(no)
- else
- if length(no) = 2 then
- set no2 to "00" & string(no)
- else
- if length(no) = 3 then
- set no2 to "0" & string(no)
- end if
- end if
- end if
- set the name of cast i to "240" & "HA" & no2
- set no to no + 1
- end repeat
- set no to 1
- repeat with i = 305 to 404
- if length(string(no)) = 1 then
- set no2 to "000" & string(no)
- else
- if length(no) = 2 then
- set no2 to "00" & string(no)
- else
- if length(no) = 3 then
- set no2 to "0" & string(no)
- end if
- end if
- end if
- set the name of cast i to "640" & "HA" & no2
- set no to no + 1
- end repeat
- end
-