At 7:11 PM -0700 7/17/2001, Troy Rollins wrote:
>> put the keys of myArray into listOfKeys
>> put 1 into i
>> repeat for each line l in listOfKeys
>> put replaceText(myArray[l],",",tab) into line i of me
>> add 1 to i
>> end repeat
>
>This solution that Monte replied has me intrigued... What is the
>significance of the "vertical pipe" in lines 3 &4? Geoff, Jeanne, and Kevin
>have all shown examples using it, yet it doesn't show up as an operator or
>other character in any of the documentation. How is it used?
It's not a vertical pipe, actually - it's a lower-case "L". In this case,
it's just being used as a variable name. (Some people use "l' as a generic
variable for "line", but I usually try to avoid this, precisely because the
letter "l" is so easily confused with uppercase "i", the numeral 1, and/or
the vertical pipe "|".)
--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!