[on-rev]Line endings for a db query

Martin Koob mkoob at rogers.com
Mon Apr 2 09:47:49 EDT 2012


I have a script that is a repeat loop that gets the results of a database
query which has a number of lines and puts it after a variable tSamplelist. 
I then use that variable tSampleList to display data on the webpage by
iterating through the lines in the variable.  

However for each iteration of the original repeat loop the first line of
data from the next query is appended to the last line of the tSamplelist and
not put on a new line.  I tried adding a return after each query but that
creates a new blank line.   Is there a character I can add after the query
that will end the line so the next query will be added on a new line?

Thanks.

Martin

--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/on-rev-Line-endings-for-a-db-query-tp4526068p4526068.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list