home *** CD-ROM | disk | FTP | other *** search
/ MASPC 1 / MASPC_1.iso / CursoWordI / AFICHAS.DXR / 00707.ls < prev    next >
Encoding:
Text File  |  1998-07-20  |  181 b   |  8 lines

  1. on nameterminos cast1
  2.   repeat with i = 1 to 50
  3.     set nombre to line 1 of field cast1
  4.     set the name of member cast1 to "T" & nombre
  5.     set cast1 to cast1 + 1
  6.   end repeat
  7. end
  8.