home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / x_tools1.sit / X-Tools1.1 / card_12667.txt < prev    next >
Text File  |  1988-01-27  |  2KB  |  90 lines

  1. -- card: 12667 from stack: in.1
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3468
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 81
  10. -- high flags: 0004
  11. -- rect: left=168 top=139 right=229 bottom=373
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 256
  18. -- line height: 12
  19. -- part name: about
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide card field about
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=368 top=317 right=337 bottom=393
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1015 / 1015
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: New Button
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   show card field about
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part contents for background part 2
  47. ----- text -----
  48. Sort
  49.  
  50. -- part contents for background part 1
  51. ----- text -----
  52.  
  53. This XFCN sorts the contents of a container by lines
  54.  
  55. The syntax for the sort command is:
  56.  
  57. result = sort( source [, type] )
  58.  
  59. The source is any container that you want to sort.
  60. The result is a container holding the sorted data.
  61. The ΓÇÿtypeΓÇÖ is an optional string whose first character specifies the kind of sort; ΓÇ£nΓÇ¥ for numeric, all others (including leaving off the ΓÇÿtypeΓÇÖ parameter) specify an alphabetic sort. The sort is performed by lines, taking into account the entire ┬ácontents of each line. Beware that empty lines will be sorted to the top of a list, so you may want to delete them before or after sorting. For a numeric sort, an attempt is made to convert the line to a number; the default is 0.
  62.  
  63.  
  64.  
  65. -- part contents for background part 4
  66. ----- text -----
  67.  
  68. sort( <source> [, <type>] )
  69.  
  70.  
  71. -- part contents for background part 9
  72. ----- text -----
  73. XFCN
  74.  
  75. -- part contents for background part 8
  76. ----- text -----
  77. Boojum Computer Systems, Inc.
  78.  
  79.  
  80. -- part contents for card part 1
  81. ----- text -----
  82. $10 Shareware Fee
  83.  
  84. Boojum Computer Systems, Inc.
  85. 15004 Donna Drive
  86. Silver Spring, Md 20904
  87.  
  88. Copyright 1987,All Right Reserved
  89.  
  90.