All Of Class

Returns a list of all lists, views or groups.

Usage

all of class (text, the class: “globals”, “lists”, “views” or “groups”)
returns AppleScript list of names.

Optional Parameters:

with extract
returns a list of unit extract records.

Examples:

set AllMyGlobalScripts to all of class "globals"
 
write log "I count " & (count of items of AllMyGlobalScripts) & " global scripts."
repeat with ThisScriptName in AllMyGlobalScripts
  write log ThisScriptName
end repeat
dictionary/lists/class.txt · Last modified: 2009/09/28 08:52 by James Sentman
CC Attribution-No Derivative Works 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0