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

samples.basicStuff.otherRoots

«Illustrates the use of the new db.xxx verbs in Frontier 4.1
local (f = file.getSystemDisk () + "test.root")
db.new (f)
db.open (f, false)
for i = 1 to 100
msg (i)
db.setvalue (f, "[\"" + toys.padWithZeros (i, 3) + ""]", clock.now ())
db.save (f)
db.close (f)
filemenu.open (f)


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