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

samples.basicStuff.withTest

«Shows how to use Frontier's "with" statement
«in the following with statement we can refer to objects in the user table
«and in the system.misc.paths table
with user, system.misc.paths
dialog.alert ("Your name is "" + name + "", " + " your initials are "" + initials + "".")
dialog.alert ("path02 = " + path02)


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