At 12:21 PM -0500 7/11/02, you wrote:
>Good morning, all...
>SPECS: D8.5, Win98SE, 2.2GhzCPU, 128Mbs mem
>
>3. This one is very anal retentive. I frequently program from the 
>hip.  You know, start typing without a plan, adding casts 
>willy-nilly.  Then, suddenly a plan appears in the distance and now 
>I have cast titles all out of alphabetical order.  I can't stand it! 
>My world is neatly alpha'd and in somewhat perfect order. Isn't 
>there a way to re-alpha the list of casts, moving that infernal 
>"internal" to the "i's, and the "a's" to the top of the list in 
>authormode?

nope - castLibs can't be reordered

But members can be moved with Lingo & so whole castLibs can be moved 
up & down the chain.

on moveMemberstFromTo fromCast, toCast
   num = the number of members of castLib fromCast
   repeat with thisMember = 1 to num
     member(thisMember, fromCast).move(member(thisMember, toCast)
   end repeat
end


Or, one may change their castLib.name(s) them to be in a nice alpha order.

-Buzz

>And by the way, how do I get my wife to stop leavig hair strands in 
>the bathroom sink?  This too makes me howl at the Portland moon.
>
>Blessings to all in advance...
>Sincerely,
>John Hart
>Lingo Monk
>
>
>--
>__________________________________________________________
>Sign-up for your own FREE Personalized E-mail at Mail.com
>http://www.mail.com/?sr=signup
>
>Save up to $160 by signing up for NetZero Platinum Internet service.
>http://www.netzero.net/?refcd=N2P0602NEP8
>
>[To remove yourself from this list, or to change to digest mode, go 
>to http://www.penworks.com/lingo-l.cgi  To post messages to the 
>list, email [EMAIL PROTECTED]  (Problems, email 
>[EMAIL PROTECTED]). Lingo-L is for learning and helping with 
>programming Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to