Indexing mail list messages
Dave Cragg
dcragg at lacscentre.co.uk
Fri Jul 22 04:51:58 EDT 2005
On 22 Jul 2005, at 02:36, Alejandro Tejada wrote:
Just one small observation:
>
>
> repeat for each line w in fileContent
> add 1 to mylinecount
> repeat for each word z in w
> put mylinecount & comma after wordCount[z]
> end repeat
> end repeat
z will include any puntuation attached to words, so
"script","script,", "script?", etc. will be indexed separately.
(Unless I missed the point where you accounted for this.)
Cheers
Dave
More information about the use-livecode
mailing list