news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

Volumes

This XFCN returns a comma-delimited list of all volumes currently on-line.

Volumes XFCN. Version 1.1d1, by Sam Deane. Copyright ©1994 ULTRALAB. Compiled 16:59:43, 28/04/94. Debugging code included.


[last exit to hypercard] [externals index] [download Volumes]

Description

This simple XFCN returns a list of the volumes currently on-line.

Example script

on mouseDown
  answer Volumes("volumes")
end mouseDown

Commands

volumes

The syntax is:

  Volumes("volumes")

The function returns a comma-delimited list of the volumes currently on line.

Example script for volumes

on mouseDown
  answer Volumes("volumes")
end mouseDown

[last exit to hypercard] [externals index] [download Volumes]

This page was created automatically, on 25/03/1999 from version 3.0d4 of Last Exit To Hypercard.