FUNCTION  fTokenAdvance

Get offset of next token after offset @i in string @s

Return 0 if none found.

select dbo.fTokenNext('REGION CONVEX 3 5 7 ',15 )
returns '3'

see also fTokenNext()

Input and output parameters

nametypelengthinoutpnum
 int4input0
@iint4input2
@svarchar8000input1