Different kind of sort

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Different kind of sort

    Hi, I read the previous posting on sorting backwards, but I have a different
    kind of problem- sorting by property. Does anyone know how I can get a
    property list sorted by a specific property?
    Thanks
    Jacob


    Jacob Farber Guest

  2. Similar Questions and Discussions

    1. A kind of Magic!!
      Hi guys I have a strange problem I rename my pages to new name with a prefix (gx_) but I forget to rename links but after I click the links its...
    2. WHAT KIND OF SH*T IS THIS: telnet and ssh
      let's get straight to it: whenever i telnet or ssh to something that's offline, i get e.g.: ssh: hostname.domain.com: hostname nor servname...
    3. memory sort and disk sort
      I check the sysprofile table and find there are 700 times disk sort, I think it is lack of sort memory. I want to turn all the disk sort into the...
    4. a new kind of virus?
      Michelle Steiner <michelle@michelle.org> writes: The main "point" of a virus or worm is to try to propagate itself as much as possible. --...
    5. Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB.
      Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB. hi, guys i have asp...
  3. #2

    Default Re: Different kind of sort

    there's something that can be a start a [url]www.mediamacros.com[/url] . look for
    "sort" in "behavior" section : "multi lists sorting" si one of them

    --
    ----------------
    -- Ned
    ----------------------------------------
    Bien faire et laisser braire
    ----------------------------------------
    "Jacob Farber" <jacobfarber@sympatico.ca> a écrit dans le message de
    news:bqg24b$a9u$1@forums.macromedia.com...
    | Hi, I read the previous posting on sorting backwards, but I have a
    different
    | kind of problem- sorting by property. Does anyone know how I can get a
    | property list sorted by a specific property?
    | Thanks
    | Jacob
    |
    |


    Ned Guest

  4. #3

    Default Re: Different kind of sort

    On 2/12/03 5:42 AM, in article bqg24b$a9u$1@forums.macromedia.com, "Jacob
    Farber" <jacobfarber@sympatico.ca> wrote:
    > Hi, I read the previous posting on sorting backwards, but I have a different
    > kind of problem- sorting by property. Does anyone know how I can get a
    > property list sorted by a specific property?
    Lingo's sort() function sorts property lists by property. If you want to do
    any more obscure sorts, then have a look at PregEx_Xtra's PRegEx_Sort()
    function.

    Luke

    LukeWig Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139