Part of the Samples Website. 8/16/97.

samples.NewIn97.listRunningApps

«Returns a list of apps running on your machine.
on listRunningApps ()
local (i, applist = {})
for i = 1 to sys.countApps ()
applist = applist + sys.getNthApp (i)
return (applist)
bundle «test code
dialog.alert (listRunningApps ())


This page was last built on Sat, Aug 16, 1997 at 6:44:00 PM. You can download the current set of sample scripts from our FTP site. Dave