home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / m_info.dir / 00030_Script_servizio < prev   
Text File  |  2000-10-16  |  246b  |  8 lines

  1. on servizio
  2.   set max = the number of members of castlib "m_gloss"
  3.   repeat with i = 1 to max
  4.     set n = the name of member i of castlib "m_gloss"
  5.     set n = trim(n)
  6.     set the name of member i of castlib "m_gloss" to n
  7.   end repeat
  8. end