groupList()

erik hansen erikhans08 at yahoo.com
Fri Jan 31 18:12:01 EST 2003


is this reinventing the wheel (i hope)?
Application Overview goes down to the grouplevel,
but does not seem to list controls ordered by
group.

function groupList theGroup,which
  local holder,tot,con
  put (the number of controls in group theGroup) 
                  into tot
  repeat with i = 1 to tot
    put (the long name of control i of group
theGroup) into con
    if which is "name" then get the short name of
con
    else if which is "label" then get the label
of con
    else if which is "id" then get the short id
of con
    put it & comma after holder
  end repeat
  return holder
end groupList


=====
erik at erikhansen.org    http://www.erikhansen.org

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the use-livecode mailing list