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

samples.basicStuff.stringLoop

«Shows how to index thru all the characters in a string
«string indexing is new in Frontier 3.0
local (i, s)
s = "Please replace this text with bullet characters!"
for i = 1 to string.length (s)
s [i] = 'o'
msg (s)


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