Ray Horsley wrote: > on 11/25/02 3:21 AM, Richard Gaskin at [EMAIL PROTECTED] wrote: > >> How do I get the long name of each of the entries in stacksInUse? > > > This works for me, Richard: > > repeat with L=1 to the number of lines of the stacksInUse > answer the long name of stack (line L of the stacksInUse) > end repeat
With one limitation in my case: the current topstack may have a stack of the same name, and since "the stacksInUse" returns only short names then "get the long name of stack (line L of the stacksInUse)" will return the long name of a stack that isn't actually in use. :( -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.1: Publish any database on any site ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
