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

samples.basicStuff.dialogTest

«Illustrates most of the built-in dialogs in Frontier
local (name = user.name, age = 38)
msg (dialog.notify ("This script goes thru many of Frontier's built-in dialog verbs."))
msg (dialog.ask ("What is your name?", @name))
msg (dialog.confirm ("Is your name really " + name + "?"))
msg (dialog.alert ("After all that, I don't care what your name is!"))
msg (dialog.twoWay ("How are you feeling?", "Fine", "Terrible"))
msg (dialog.getInt ("Age?", @age))
msg (dialog.threeWay ("How do you like your eggs?", "Over", "Hard", "Raw"))
msg (dialog.fileInfo (file.getSystemFolderPath ()))


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