On 12/26/05 8:52 PM, "Scott Kane" <[EMAIL PROTECTED]> wrote:

>  put "name,email" into tColumnItems
>   repeat for each item I in tColumnItems
>     --ask question "New value for column: " & I
>     put Field "edName" into i
>     --if it is empty or the result is "cancel" then exit to top
>     put "'" & cleanSQL(it) & "'" & "," after tRowData
>   end repeat
Not sure what you are trying to accomplish in this loop.

It seems that 'put field "edName" into i' would make the value of that
variable the same both times thru the loop, thus "name" would become the
field value and "email" would become the field value as well.

Jim Ault
Las Vegas


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to