[xquery-talk] Defining a string array and setting values

Jayalakshmy K Jayalakshmy.K at lntinfotech.com
Fri Jan 4 09:58:27 PST 2008


I want to declare a string array and set values to it in a function

how do i do it using XQuery. Itried using this but it didn't work
declare variable $errorParam:= "";
        $errorParam[.= 0] = $x 
        $errorParam[.= 1] = $y 
        $errorParam[.= 2] = $z 
        $errorParam[.= 3] = $w
        $errorParam[.= 4] = $u 




______________________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://x-query.com/pipermail/talk/attachments/20080104/da09b6a9/attachment.htm


More information about the talk mailing list