Hi, Rebolers! 

I wrote a function, that allows me to construct where parts of  
sql, coma separated lists etc: 

Ssee attached file.

Is it possible to do it in some shorter and more effective way? 

brgds 
Janeks 

I am trying second time because of some conversions of [] 
characters.
Sorry if it will be the same!



-- Attached file included as plaintext by Ecartis --
-- Desc: Text from file 'insep.r'


insert-separator: func [ condSerie separator ] [
        rez: copy []
        until [
        repend rez [ first condSerie ]
        if not tail? next condSerie [ repend rez separator ]
        tail? condSerie: next condSerie
        ]
        return rez
]
                



-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to