Re: weird comparison problem
Re: weird comparison problem
- Subject: Re: weird comparison problem
- From: Emmanuel <email@hidden>
- Date: Mon, 26 Feb 2001 12:25:44 -0500
At 11:38 -0500 26/02/01, Robert Brenstein wrote:
>
>
I have a script (this is a debug version) as part of my AppleScript-based cgi:
>
>
set tplSource to text of characters 5 thru (length of htmlTemplate) of
>
htmlTemplate
>
set n to the number of items in fieldNames
>
repeat with j from 1 to n
>
if item j of fieldNames is tplSource then -- !!!!!
I would try "if contents of item j of ..."
HTH
Emmanuel