home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 2001 April / PCDAPR2001.ISO / _SETUP.1 / BD.dcr / Internal_12_Settle.ls < prev    next >
Encoding:
Text File  |  2000-07-05  |  166 b   |  10 lines

  1. property pLabel
  2.  
  3. on Settle
  4.   go(pLabel)
  5. end
  6.  
  7. on getPropertyDescriptionList
  8.   return [#pLabel: [#default: EMPTY, #comment: "Label to jump to:", #format: #string]]
  9. end
  10.