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

samples.basicStuff.commaDelimitedInfo

«Shows you how to work with comma-delimited information
«step thru the script using the debugger
local (s, fieldcount, i)
s = "Mancuso,Bull,Mancuso Investigations,38,Chicago,IL"
fieldcount = string.countFields (s, ',')
for i = 1 to fieldcount
msg (string.nthField (s, ',', i))


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