Same Result w/o the quotes or parens.

Also, this goes without a hitch:
SET VAR vInt Integer = 100

WHILE vInt > 0 THEN
  INSERT INTO ttellef colnote SELECT (LISTOF(ContID)) FROM Contact
  SET VAR vInt = (.vInt -1)
ENDWHILE
RETURN

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, October 23, 2008 6:40 PM
Subject: [RBASE-L] - Re: Difference in LISTOF command


> Oops, sorry Mike I read your first email before seeing this one.  We're using
> the same version.  Your insert command is interesting.    So it seems that
> you need to put quotes around the listof in order for the insert to work?  In
> 6.5 you didn't need that.  If you left out the quotes and just did the 
> listof,
> what happened?
>
>> Additionally,
>>
>> insert into tTellef colNote select ('''' +  (listof(contid)) + '''') from
>> contact
>>
>> inserts the listOf integers, separated by commas into the table without a
>> hitch.
>>
>> 7.6   30919  in case you are wondering.
> 


Reply via email to