From Porcupine wiki

Developers: OQL SLICE function

Syntax:

slice(x, start, stop)

Return a slice of an object. For instance:

select id, displayName from deep('/')
where slice(displayName, 0, 1) = 'R'

returns all the objects whose displayName starts with 'R'.

Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/OQLSLICE
Page last modified on November 28, 2005, at 11:42 PM