home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 51 / Mobiclic51.iso / mac / DATA / COMMUNS / MOBICLIC_MENUS.CST / 00266_Script_LANCEMENT_SON_CYBER-SANS_ENREGISTREMENT_DE_LABEL < prev    next >
Text File  |  2003-01-30  |  326b  |  15 lines

  1. property pNo_son
  2. -----------------
  3. on getPropertyDescriptionList me
  4.   return [#pNo_son:[#comment: "n░ du cyberson:",#format:  #string, #default: "1" ]]
  5. end getPropertyDescriptionList
  6. ---------------------
  7. on prepareFrame me
  8.   cursor -1
  9. end
  10. ----------------
  11. on exitFrame me
  12.   soncyber(pNo_son)
  13. end
  14. --------------
  15.