SQLite Issue
Jim Ault
JimAultWins at yahoo.com
Tue Dec 27 04:18:33 EST 2005
On 12/26/05 8:52 PM, "Scott Kane" <scott at proherp.com> 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
More information about the use-livecode
mailing list