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

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